I have created a claim on a custom auth server entitled groups and used the info found at the link below to create the expression for both okta and active directory groups…When I preview the token, it only shows the Okta group “Everyone” and none of the numerous okta synced AD groups this user is in, hoping someone would have some insight on how to get the AD groups in the Token
What’s the exact expression you’re using?
I tried with both “APP_” and “” and neither works,
Arrays.isEmpty(Arrays.toCsvString(Groups.startsWith(“active_directory_bibfbc8”,“APP_”,100))) ? Groups.startsWith(“OKTA”,“”,100) : Arrays.flatten(Groups.startsWith(“OKTA”,“”,50),Groups.startsWith(“active_directory_bibfbc8”,“APP_”,50))
I took the profile number out of the query, the “bibfbc8” and just use active_directory and its now working, thanks for reaching out
2 Likes