Hi
Need small help on group claim configuration for OpenID connect integration.
I’m trying to get a list of specific groups a user belongs to using OpenID connect. What could be correct syntax for group “campus”?
Thanks
Hi
Need small help on group claim configuration for OpenID connect integration.
I’m trying to get a list of specific groups a user belongs to using OpenID connect. What could be correct syntax for group “campus”?
Thanks
.* in the filter do return groups created in Okta. What will be filter syntax if you need to get group from Active directory?
Hi @ashisht
For Active Directory, you can use one of the group expressions available here that return an array, for example Groups.contains("active_directory", "-", 100)
which would match the first 100 groups containing -
character.
Thanks for your help
This worked
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.