Values.AssertionAttributesSourceA structure that defines which attributes in the IdP assertion are to be used to define information about the users authenticated by the IdP to use the workspace.
type nonrec t = {name : AssertionAttribute.t option;The name of the attribute within the SAML assertion to use as the user full "friendly" names for SAML users.
*)login : AssertionAttribute.t option;The name of the attribute within the SAML assertion to use as the login names for SAML users.
*)email : AssertionAttribute.t option;The name of the attribute within the SAML assertion to use as the email names for SAML users.
*)groups : AssertionAttribute.t option;The name of the attribute within the SAML assertion to use as the user full "friendly" names for user groups.
*)role : AssertionAttribute.t option;The name of the attribute within the SAML assertion to use as the user roles.
*)org : AssertionAttribute.t option;The name of the attribute within the SAML assertion to use as the user full "friendly" names for the users' organizations.
*)}