How To: Send a Comma-Delimited List of AD Groups Within a SAML Assertion in Arculix

Follow
    Applies to:
  • Arculix
Deployment model:
  • Cloud
  • Version Affected: All Versions

     

    Overview

    This article explains how to send a comma-delimited list of Active Directory group names (without the full distinguished name) within a SAML assertion in Arculix. This is useful when a SAML Service Provider requires a list of AD groups but only needs the group names, not the full DN for each group.

     

    Send Group Names Without the Full DN

    In the Asserted Attributes section of the SAML Application in Arculix, add an attribute with the following value:

    ->(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.

    0 out of 0 found this helpful

    Comments

    0 comments

    Please sign in to leave a comment.