Skip to content

Commit

Permalink
Remove Default Keycloak User john
Browse files Browse the repository at this point in the history
Add note to create keycloak user for accessing the blaze frontend.
  • Loading branch information
EmteZogaf committed Jun 25, 2024
1 parent 949aabb commit 3599876
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 22 deletions.
4 changes: 4 additions & 0 deletions feasibility-triangle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ These are the URLs for access to the webclients via nginx:
| Flare | <https://your-domain/flare> | chosen in step 3 | chosen in step 3 |
| FHIR Server | <https://your-domain/fhir> | chosen in step 3 | chosen in step 3 |

> [!IMPORTANT]
> In order to access the frontend of the BLAZE FHIR Server you will need to create a keycloak user account in the realm
> `blaze` to be able to log in.
Accessible service via localhost:

| Component | URL | Authentication Type | Notes |
Expand Down
23 changes: 1 addition & 22 deletions feasibility-triangle/fhir-server/keycloak/realm-blaze.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,28 +576,7 @@
},
"notBefore" : 0,
"groups" : [ ]
}, {
"id" : "18fb5db1-ebae-4824-ba72-a412330fe026",
"username" : "john",
"firstName" : "John",
"lastName" : "Doe",
"emailVerified" : false,
"createdTimestamp" : 1710947689953,
"enabled" : true,
"totp" : false,
"credentials" : [ {
"id" : "beee2f20-4a46-41e3-ace8-c56dca1e351f",
"type" : "password",
"createdDate" : 1710947723777,
"secretData" : "{\"value\":\"XmSnkmkJIk2SiZmdURejFJeEV+Jrvwqfi4NIKBwvcHXpRKtyaUFRSZb+cLuy4YyhhGXK/jn7sIbY3lNg/OwJNA==\",\"salt\":\"Fe3FD77W0p8xSfIckS7BpQ==\",\"additionalParameters\":{}}",
"credentialData" : "{\"hashIterations\":210000,\"algorithm\":\"pbkdf2-sha512\",\"additionalParameters\":{}}"
} ],
"disableableCredentialTypes" : [ ],
"requiredActions" : [ ],
"realmRoles" : [ "default-roles-blaze" ],
"notBefore" : 0,
"groups" : [ ]
}, {
},{
"id" : "72a7f37e-b33f-4908-9ad9-33be0d4c1620",
"username" : "service-account-${KEYCLOAK_CLIENT_ID}",
"emailVerified" : false,
Expand Down

0 comments on commit 3599876

Please sign in to comment.