Replies: 1 comment 1 reply
-
This should indeed be used. Those the name of the user get set to anything at all? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
i'm trying to change a users display name using a oauth property mapping, but the display name in Authentik does not change on login. I can verify the property mapping is actually attached to the oauth flow, because setting groups in the same flow works.
The code for the mapping is as follows:
The debug log call correctly shows
{'name': 'my display name', 'groups': ['group 1', 'group 2']}
. The groups get applied correctly, but the name is not applied. According to the documentation, usingname
is the correct attribute.What am i doing wrong? Is updating a users display name not a supported operation?
If relevant, i'm running 2024.12.3 inside docker, container is
ghcr.io/goauthentik/server
.Beta Was this translation helpful? Give feedback.
All reactions