diff --git a/README.md b/README.md index 25e96dbf..032a48ed 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ To run this project in your development machine, follow these steps: `docker-compose up -d` -9. Log in to the Keycloak administration console on http://127.0.0.1:8081 as user=admin/password=admin. Under Manage Users, create yourself a test account. Username, Email, First Name and Last Name fields are needed. +9. Log in to the Keycloak administration console on http://127.0.0.1:8081 as user=admin/password=admin. Under Manage Users, create yourself a test account. Username, Email, First Name and Last Name fields are needed. Don't forget to set a password on the 'Credentials' tab. 10. Open your browser and go to http://127.0.0.1:8000, you will be greeted with the eDivorce homepage. You can log in with the account you created in step 9. diff --git a/conf/keycloak/realm-export.json b/conf/keycloak/realm-export.json index 2f9a8c8b..a71efb7a 100644 --- a/conf/keycloak/realm-export.json +++ b/conf/keycloak/realm-export.json @@ -603,12 +603,14 @@ { "id": "d2c2bdf9-7388-4dad-8704-5fdfb5f91a0d", "clientId": "edivorce-app", + "rootUrl": "", "surrogateAuthRequired": false, "enabled": true, "alwaysDisplayInConsole": false, "clientAuthenticatorType": "client-secret", "secret": "**********", "redirectUris": [ + "http://127.0.0.1:8000/*", "http://localhost:8000/*" ], "webOrigins": [