Mapping EntraID groups to Authentik groups #16452
Unanswered
smarcucciohal
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Follow up... using the Generic OAuth Source served as a work around. Any groups returned from the Property Mapping were properly created in Authentik and the user was added to the groups. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
I've already (perhaps prematurely) created an Issue for this:
#16451
With the community edition, are you supposed to be able to return a list of group names in a User Property Mapping and have Authentik add the user to those groups if they exist?
I'm returning a list of the group names (not Ids)
"groups": ['Group 1', 'Group 2', 'Group 3']
I'm getting an general exception when it does a look up in an internal dictionary.
Beta Was this translation helpful? Give feedback.
All reactions