diff --git a/feasibility-triangle/README.md b/feasibility-triangle/README.md index 3f4049e..72320cb 100644 --- a/feasibility-triangle/README.md +++ b/feasibility-triangle/README.md @@ -127,6 +127,10 @@ These are the URLs for access to the webclients via nginx: | Flare | | chosen in step 3 | chosen in step 3 | | FHIR Server | | 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`, if you are using the bundled keycloak service. + Accessible service via localhost: | Component | URL | Authentication Type | Notes | diff --git a/feasibility-triangle/fhir-server/keycloak/realm-blaze.json b/feasibility-triangle/fhir-server/keycloak/realm-blaze.json index a6cec28..9553f23 100644 --- a/feasibility-triangle/fhir-server/keycloak/realm-blaze.json +++ b/feasibility-triangle/fhir-server/keycloak/realm-blaze.json @@ -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,