updated admin user on sartography realm w/ burnettk
This commit is contained in:
parent
3da4f1caa1
commit
d1b8e314f4
|
@ -396,7 +396,7 @@
|
||||||
"otpPolicyLookAheadWindow" : 1,
|
"otpPolicyLookAheadWindow" : 1,
|
||||||
"otpPolicyPeriod" : 30,
|
"otpPolicyPeriod" : 30,
|
||||||
"otpPolicyCodeReusable" : false,
|
"otpPolicyCodeReusable" : false,
|
||||||
"otpSupportedApplications" : [ "totpAppFreeOTPName", "totpAppGoogleName" ],
|
"otpSupportedApplications" : [ "totpAppGoogleName", "totpAppFreeOTPName" ],
|
||||||
"webAuthnPolicyRpEntityName" : "keycloak",
|
"webAuthnPolicyRpEntityName" : "keycloak",
|
||||||
"webAuthnPolicySignatureAlgorithms" : [ "ES256" ],
|
"webAuthnPolicySignatureAlgorithms" : [ "ES256" ],
|
||||||
"webAuthnPolicyRpId" : "",
|
"webAuthnPolicyRpId" : "",
|
||||||
|
@ -418,21 +418,21 @@
|
||||||
"webAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister" : false,
|
"webAuthnPolicyPasswordlessAvoidSameAuthenticatorRegister" : false,
|
||||||
"webAuthnPolicyPasswordlessAcceptableAaguids" : [ ],
|
"webAuthnPolicyPasswordlessAcceptableAaguids" : [ ],
|
||||||
"users" : [ {
|
"users" : [ {
|
||||||
"id" : "7803fae1-3062-4aec-b59d-d860537b9448",
|
"id" : "b1962f0b-ab27-4942-a6fe-739986a8e828",
|
||||||
"createdTimestamp" : 1674238750242,
|
"createdTimestamp" : 1674241681084,
|
||||||
"username" : "admin",
|
"username" : "admin",
|
||||||
"enabled" : true,
|
"enabled" : true,
|
||||||
"totp" : false,
|
"totp" : false,
|
||||||
"emailVerified" : false,
|
"emailVerified" : false,
|
||||||
"firstName" : "",
|
"firstName" : "",
|
||||||
"lastName" : "",
|
"lastName" : "",
|
||||||
"email" : "admin@sartography.org",
|
"email" : "admin@spiffworkflow.org",
|
||||||
"credentials" : [ {
|
"credentials" : [ {
|
||||||
"id" : "5af4ea40-a839-4553-80d4-c30df6039aeb",
|
"id" : "d696d69c-d1bc-4672-8253-e2053742dd77",
|
||||||
"type" : "password",
|
"type" : "password",
|
||||||
"userLabel" : "My password",
|
"userLabel" : "My password",
|
||||||
"createdDate" : 1674238759158,
|
"createdDate" : 1674241688962,
|
||||||
"secretData" : "{\"value\":\"x2rXgt0FtxJL9bQs7PKXvUfM3zN4OIGWra6fxXe4KGtiNegciYph4PeqifEHATYoZGuto3ctMqL3jMtWjbx+ZQ==\",\"salt\":\"WAjjouoJ9TXpiHX3m5Kl5Q==\",\"additionalParameters\":{}}",
|
"secretData" : "{\"value\":\"xUnlqGFcEeaKrOGA/Xe8O6p9wUvwzoa7cNS4Fb9TVEvIppNanHLuwcVV5WldiPIqgn6Wp5s5vsHG9CGbkcTLtQ==\",\"salt\":\"S6Iw+GlwpNogVEb74baEIA==\",\"additionalParameters\":{}}",
|
||||||
"credentialData" : "{\"hashIterations\":27500,\"algorithm\":\"pbkdf2-sha256\",\"additionalParameters\":{}}"
|
"credentialData" : "{\"hashIterations\":27500,\"algorithm\":\"pbkdf2-sha256\",\"additionalParameters\":{}}"
|
||||||
} ],
|
} ],
|
||||||
"disableableCredentialTypes" : [ ],
|
"disableableCredentialTypes" : [ ],
|
||||||
|
|
Loading…
Reference in New Issue