From ae38a0ac990bcf3ff0df5078a58926cc1ff8bc65 Mon Sep 17 00:00:00 2001 From: Sahil Malhotra Date: Tue, 21 Oct 2025 09:55:08 -0400 Subject: [PATCH] update client fhir server --- src/main/resources/ClientFhirServerRealm.json | 27 ++++++++++++------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/src/main/resources/ClientFhirServerRealm.json b/src/main/resources/ClientFhirServerRealm.json index 9606f76..e283e8f 100644 --- a/src/main/resources/ClientFhirServerRealm.json +++ b/src/main/resources/ClientFhirServerRealm.json @@ -873,11 +873,16 @@ }, { "id" : "2377b208-3490-43cd-80ae-6aa738e70ff8", "clientId" : "pims-login", + "name" : "", + "description" : "", + "rootUrl" : "", + "adminUrl" : "", + "baseUrl" : "", "surrogateAuthRequired" : false, "enabled" : true, "alwaysDisplayInConsole" : false, "clientAuthenticatorType" : "client-secret", - "redirectUris" : [ "http://localhost:3006" ], + "redirectUris" : [ "http://localhost:5050/*" ], "webOrigins" : [ "*" ], "notBefore" : 0, "bearerOnly" : false, @@ -890,28 +895,30 @@ "frontchannelLogout" : false, "protocol" : "openid-connect", "attributes" : { - "id.token.as.detached.signature" : "false", - "saml.assertion.signature" : "false", "saml.force.post.binding" : "false", "saml.multivalued.roles" : "false", - "saml.encrypt" : "false", "post.logout.redirect.uris" : "+", "oauth2.device.authorization.grant.enabled" : "false", "backchannel.logout.revoke.offline.tokens" : "false", - "saml.server.signature" : "false", "saml.server.signature.keyinfo.ext" : "false", "use.refresh.tokens" : "true", - "exclude.session.state.from.auth.response" : "false", "oidc.ciba.grant.enabled" : "false", - "saml.artifact.binding" : "false", "backchannel.logout.session.required" : "true", "client_credentials.use_refresh_token" : "false", - "saml_force_name_id_format" : "false", "require.pushed.authorization.requests" : "false", "saml.client.signature" : "false", + "id.token.as.detached.signature" : "false", + "saml.assertion.signature" : "false", + "saml.encrypt" : "false", + "saml.server.signature" : "false", + "exclude.session.state.from.auth.response" : "false", + "saml.artifact.binding" : "false", + "saml_force_name_id_format" : "false", "tls.client.certificate.bound.access.tokens" : "false", + "acr.loa.map" : "{}", "saml.authnstatement" : "false", "display.on.consent.screen" : "false", + "token.response.type.bearer.lower-case" : "false", "saml.onetimeuse.condition" : "false" }, "authenticationFlowBindingOverrides" : { }, @@ -1633,7 +1640,7 @@ "subType" : "authenticated", "subComponents" : { }, "config" : { - "allowed-protocol-mapper-types" : [ "oidc-address-mapper", "oidc-usermodel-property-mapper", "oidc-full-name-mapper", "saml-user-property-mapper", "oidc-usermodel-attribute-mapper", "oidc-sha256-pairwise-sub-mapper", "saml-role-list-mapper", "saml-user-attribute-mapper" ] + "allowed-protocol-mapper-types" : [ "saml-role-list-mapper", "oidc-usermodel-property-mapper", "oidc-full-name-mapper", "oidc-address-mapper", "saml-user-property-mapper", "saml-user-attribute-mapper", "oidc-usermodel-attribute-mapper", "oidc-sha256-pairwise-sub-mapper" ] } }, { "id" : "04e6b32d-3412-44dc-8026-639895a1d7aa", @@ -1658,7 +1665,7 @@ "subType" : "anonymous", "subComponents" : { }, "config" : { - "allowed-protocol-mapper-types" : [ "saml-role-list-mapper", "oidc-sha256-pairwise-sub-mapper", "saml-user-property-mapper", "saml-user-attribute-mapper", "oidc-usermodel-property-mapper", "oidc-full-name-mapper", "oidc-address-mapper", "oidc-usermodel-attribute-mapper" ] + "allowed-protocol-mapper-types" : [ "oidc-usermodel-attribute-mapper", "saml-user-attribute-mapper", "saml-role-list-mapper", "saml-user-property-mapper", "oidc-address-mapper", "oidc-sha256-pairwise-sub-mapper", "oidc-usermodel-property-mapper", "oidc-full-name-mapper" ] } } ], "org.keycloak.keys.KeyProvider" : [ {