Forum Discussion
Hi,
To break down what i think you've said for clarity.
So memberOf is a AD attriubute, this isn't connected to SAML at all.But what you can do, is on APM auth, you do your AD Auth, then AD Query.
From there you can either take the whole memberOf Parameter and put it into the saml responce to your SP.
Or write something in your APM policy that looks at the memberOf output and builds a variable with what ever you need into it, then put that into your SAML token to your SP.
I've done both dependant on what the application needs and how flexiable it can be.
The power for this is all inside your APM policy.- Scot_JCEmployee
Hi,
The SAML request should show the tag "<Issuer />", that might tell you the name of the SP (where it comes from).
Regards,
- Lucas_ThompsonEmployee
Expanding this answer, you can follow different policy branches for different SPs of SAML authentication requests, but you can't use "issuer" like that directly. This is covered by F5 enhancement request ID 960161 (currently not on roadmap).
A workaround to this issue is listed here:
https://support.f5.com/csp/article/K55982241
What you'd do here is choose different queries or alter your memberOf depending on the branch taken.