KEYCLOAK-19721: Server error (NullPointerException) when trying to view users using KeycloakServer

This commit is contained in:
Alec Henninger 2021-11-01 13:53:05 -04:00 committed by Marek Posolda
parent a2a788ec39
commit 62482eb313

View file

@ -149,7 +149,7 @@
},
"userProfile": {
"provider": "${keycloak.userProfile.provider:}",
"provider": "${keycloak.userProfile.provider:declarative-user-profile}",
"declarative-user-profile": {
"read-only-attributes": [ "deniedFoo", "deniedBar*", "deniedSome/thing", "deniedsome*thing" ],
"admin-read-only-attributes": [ "deniedSomeAdmin" ]