require Claim from array of group #749
Unanswered
vinivasundharan
asked this question in
Q&A
Replies: 1 comment
-
I think:
should work |
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
-
Apache server on CentOS.
My id_token returns an array of groups where the user a member is. How can I add in the Require claim the group name? ADFS is self hosted on premise.
id_token
"group": [
"Domänen-Benutzer",
"ais_Build-Deployment-Infrastruktur"
],
in conf
How can i read values from array in apache config?
Beta Was this translation helpful? Give feedback.
All reactions