Skip to content

Commit 1afa7ea

Browse files
committed
update server realm
1 parent cad8ead commit 1afa7ea

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/main/resources/ClientFhirServerRealm.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
"otpPolicyLookAheadWindow" : 1,
405405
"otpPolicyPeriod" : 30,
406406
"otpPolicyCodeReusable" : false,
407-
"otpSupportedApplications" : [ "totpAppMicrosoftAuthenticatorName", "totpAppFreeOTPName", "totpAppGoogleName" ],
407+
"otpSupportedApplications" : [ "totpAppFreeOTPName", "totpAppGoogleName", "totpAppMicrosoftAuthenticatorName" ],
408408
"webAuthnPolicyRpEntityName" : "keycloak",
409409
"webAuthnPolicySignatureAlgorithms" : [ "ES256" ],
410410
"webAuthnPolicyRpId" : "",
@@ -547,8 +547,9 @@
547547
"credentials" : [ {
548548
"id" : "232e4607-8591-40c8-8ca8-1a365f63cadf",
549549
"type" : "password",
550-
"createdDate" : 1654609739752,
551-
"secretData" : "{\"value\":\"Xq7cH7ifZxji7HbjOCvADrZayo4ioDay727u7Rb2bXM=\",\"salt\":\"mXdOhvm6+MkT7rXj0z76Wg==\",\"additionalParameters\":{}}",
550+
"userLabel" : "My password",
551+
"createdDate" : 1758653236610,
552+
"secretData" : "{\"value\":\"rG9mG/894n/US3cS5pSlNf9QcMm1UbtsHQEif1fTsT0=\",\"salt\":\"OmGkO450NMfe5yOqL5fQKA==\",\"additionalParameters\":{}}",
552553
"credentialData" : "{\"hashIterations\":27500,\"algorithm\":\"pbkdf2-sha256\",\"additionalParameters\":{}}"
553554
} ],
554555
"disableableCredentialTypes" : [ ],
@@ -1632,7 +1633,7 @@
16321633
"subType" : "authenticated",
16331634
"subComponents" : { },
16341635
"config" : {
1635-
"allowed-protocol-mapper-types" : [ "saml-user-property-mapper", "oidc-usermodel-property-mapper", "oidc-usermodel-attribute-mapper", "saml-role-list-mapper", "saml-user-attribute-mapper", "oidc-address-mapper", "oidc-sha256-pairwise-sub-mapper", "oidc-full-name-mapper" ]
1636+
"allowed-protocol-mapper-types" : [ "oidc-sha256-pairwise-sub-mapper", "saml-user-property-mapper", "oidc-address-mapper", "oidc-full-name-mapper", "oidc-usermodel-property-mapper", "saml-user-attribute-mapper", "saml-role-list-mapper", "oidc-usermodel-attribute-mapper" ]
16361637
}
16371638
}, {
16381639
"id" : "04e6b32d-3412-44dc-8026-639895a1d7aa",
@@ -1657,7 +1658,7 @@
16571658
"subType" : "anonymous",
16581659
"subComponents" : { },
16591660
"config" : {
1660-
"allowed-protocol-mapper-types" : [ "oidc-full-name-mapper", "oidc-sha256-pairwise-sub-mapper", "saml-role-list-mapper", "oidc-usermodel-property-mapper", "oidc-address-mapper", "saml-user-attribute-mapper", "oidc-usermodel-attribute-mapper", "saml-user-property-mapper" ]
1661+
"allowed-protocol-mapper-types" : [ "oidc-sha256-pairwise-sub-mapper", "oidc-full-name-mapper", "saml-role-list-mapper", "oidc-usermodel-property-mapper", "oidc-usermodel-attribute-mapper", "oidc-address-mapper", "saml-user-property-mapper", "saml-user-attribute-mapper" ]
16611662
}
16621663
} ],
16631664
"org.keycloak.keys.KeyProvider" : [ {

0 commit comments

Comments
 (0)