Skip to content

Commit

Permalink
last config strange
Browse files Browse the repository at this point in the history
  • Loading branch information
fdonnet committed Oct 23, 2023
1 parent d4d8c15 commit 65b2b5a
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@
"otpPolicyLookAheadWindow" : 1,
"otpPolicyPeriod" : 30,
"otpPolicyCodeReusable" : false,
"otpSupportedApplications" : [ "totpAppGoogleName", "totpAppMicrosoftAuthenticatorName", "totpAppFreeOTPName" ],
"otpSupportedApplications" : [ "totpAppMicrosoftAuthenticatorName", "totpAppFreeOTPName", "totpAppGoogleName" ],
"webAuthnPolicyRpEntityName" : "keycloak",
"webAuthnPolicySignatureAlgorithms" : [ "ES256" ],
"webAuthnPolicyRpId" : "",
Expand Down Expand Up @@ -489,7 +489,7 @@
"lastName" : "",
"email" : "[email protected]",
"attributes" : {
"tenantid" : [ "727449e8-e93c-49e6-a5e5-1bf145d3e62d" ]
"tenantids" : [ "727449e8-e93c-49e6-a5e5-1bf145d3e62d" ]
},
"credentials" : [ {
"id" : "36cfa8f9-dba0-465f-9c19-0dbb01853ea5",
Expand All @@ -511,11 +511,11 @@
"enabled" : true,
"totp" : false,
"emailVerified" : true,
"firstName" : "",
"lastName" : "",
"firstName" : "test",
"lastName" : "test",
"email" : "[email protected]",
"attributes" : {
"te" : [ "727449e8-e93c-49e6-a5e5-1bf145d3e62d" ]
"tenantids" : [ "727449e8-e93c-49e6-a5e5-1bf145d3e62d" ]
},
"credentials" : [ {
"id" : "d9df6997-b30f-41f8-b500-580b58ead6d2",
Expand Down Expand Up @@ -1066,6 +1066,7 @@
"protocolMapper" : "oidc-usermodel-attribute-mapper",
"consentRequired" : false,
"config" : {
"aggregate.attrs" : "false",
"userinfo.token.claim" : "true",
"multivalued" : "true",
"user.attribute" : "tenantids",
Expand Down

0 comments on commit 65b2b5a

Please sign in to comment.