Replies: 1 comment
-
|
Ok, so I found something about this - seems there was a reported bug about this https://issues.redhat.com/browse/KEYCLOAK-8156, but unfortunately nobody seemed to be interested about that so it was closed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I created IDP and want to store a claim from userinfo response to user attribute, so I used UserAttributeMapper. And to my surprise when the new user is created then the attribute is not created. Only the next time the attribute is set. I suppose this is because importNewUser() in mapper does not do anything and only updateBrokeredUser() sets the attribute - but I don't understand why. What am I doing wrong? Do I need to set something else or use different mapper?
Thanks for help.
Ales
Beta Was this translation helpful? Give feedback.
All reactions