Replies: 2 comments
-
|
I have the same issue. I have ldap federated users and I have a custom attribute added in the Realm Settings -> User Profile tab. I want to maintain this outside of the ldap instance and be able to set and retrieve the attribute value. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hey, I'm facing the same problem. Has there been any progress on this? |
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 everyone!
First of all, I'm not entirely sure if it's a bug, so I decided to start a discussion here instead of creating another issue.
Keycloak 25.0.2
I want to add additional attributes for the LDAP federated user, that are not available in LDAP.
Documentation says:
First thing to do then is to enable User Import. Done!
Also I don't want them to be stored in LDAP after all and I basically don't want Keycloak to change anything in LDAP.
Documentation says:
So, next thing is to set Edit Mode to READONLY. Done!
Last but not least, I should configure mapper to tell Keycloak what attributes from LDAP should be imported to what field of Keycloak's User model. Obviously I'm not mapping my additional attributes as they're not even available in LDAP. Done!
Now, after full sync I would expect to have all users from LDAP imported to Keycloak and be able to only read the attributes that come from LDAP, but in the same time to be able to edit those that do not come from LDAP.
Unfortunately that is not true, because all attributes are read-only.
Maybe I'm missing something, but going through the documentation leads me to the conclusion, that the configuration I pointed out should let me achieve what I want.
I find this statement from the documentation misleading:
Beta Was this translation helpful? Give feedback.
All reactions