Description:
Can I send a comma delimited list of Active Directory Groups without the full DN, within a SAML Assertion?
Cause:
Sometimes a SAML Service Provider may require a list of AD Groups but just require the Group Names and not the full DN for each group
Resolution:
To do this the below can be placed into the Value field within the Asserted Attributes section of the SAML Application in Arculix
->(user) { if user.respond_to?(:member_of); user.member_of.map { |e| e.match(/CN=([^,]+)/)[1] }; else; nil end; }
SecureAuth Knowledge Base Articles provide information based on specific use cases and may not apply to all appliances or configurations. Be advised that these instructions could cause harm to the environment if not followed correctly or if they do not apply to the current use case.
Customers are responsible for their own due diligence prior to utilizing this information and agree that SecureAuth is not liable for any issues caused by misconfiguration directly or indirectly related to SecureAuth products.
Comments
Please sign in to leave a comment.