Browse Source

Merge branch 'DIV-1020' into master

pull/172/head
Michael Olund 5 years ago
parent
commit
9ec25ef9b9
2 changed files with 3 additions and 1 deletions
  1. +1
    -1
      README.md
  2. +2
    -0
      conf/keycloak/realm-export.json

+ 1
- 1
README.md View File

@ -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.


+ 2
- 0
conf/keycloak/realm-export.json View File

@ -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": [


Loading…
Cancel
Save