Hello, we have a request to issue the group memberships of a set of groups if the user is member of them.
The only what i found so far is this tutorial, it works but we have a performance problem.
https://www.yasab.net/adfs-claim-rule-to-issue-recursive-group-membership-of-a-user/
Among other things, he used the filter LDAP_MATCHING_RULE_IN_CHAIN on the Rule 2. It takes more then 8 seconds to finish :S
Does anyone know if there is another solution or a tip to fix this.
p.s. To be honest im not very familiar with the ADFS custom claim rule language.