Skip to content

Commit

Permalink
Update Keycloak Origins for Axiell test client (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
anotheroneofthese authored Sep 19, 2024
1 parent de3892b commit c6789c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/keycloak/import/mlt-local-realm-export.json
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@
"clientAuthenticatorType" : "client-secret",
"secret" : "E93MF2F8UfpRrCowAbVMStvsTzy0gmgr",
"redirectUris" : [ "/*" ],
"webOrigins" : [ "/*" ],
"webOrigins" : [ "*" ],
"notBefore" : 0,
"bearerOnly" : false,
"consentRequired" : false,
Expand Down Expand Up @@ -1446,7 +1446,7 @@
"subType" : "authenticated",
"subComponents" : { },
"config" : {
"allowed-protocol-mapper-types" : [ "oidc-usermodel-attribute-mapper", "saml-user-property-mapper", "oidc-full-name-mapper", "saml-user-attribute-mapper", "oidc-usermodel-property-mapper", "oidc-address-mapper", "saml-role-list-mapper", "oidc-sha256-pairwise-sub-mapper" ]
"allowed-protocol-mapper-types" : [ "oidc-usermodel-attribute-mapper", "oidc-sha256-pairwise-sub-mapper", "oidc-full-name-mapper", "oidc-usermodel-property-mapper", "saml-user-attribute-mapper", "oidc-address-mapper", "saml-user-property-mapper", "saml-role-list-mapper" ]
}
}, {
"id" : "85a712b7-0975-406f-ba2e-c9a99625cfad",
Expand All @@ -1455,7 +1455,7 @@
"subType" : "anonymous",
"subComponents" : { },
"config" : {
"allowed-protocol-mapper-types" : [ "oidc-sha256-pairwise-sub-mapper", "saml-user-attribute-mapper", "oidc-address-mapper", "oidc-usermodel-property-mapper", "saml-user-property-mapper", "oidc-full-name-mapper", "saml-role-list-mapper", "oidc-usermodel-attribute-mapper" ]
"allowed-protocol-mapper-types" : [ "oidc-usermodel-property-mapper", "oidc-sha256-pairwise-sub-mapper", "saml-user-property-mapper", "saml-user-attribute-mapper", "oidc-full-name-mapper", "oidc-usermodel-attribute-mapper", "saml-role-list-mapper", "oidc-address-mapper" ]
}
} ],
"org.keycloak.keys.KeyProvider" : [ {
Expand Down

0 comments on commit c6789c6

Please sign in to comment.