CSV File Fields
Field | Required | Notes | Supported Number of Characters |
---|---|---|---|
DN | "CN=SAMLUser,CN=Users,DC=mycompany,DC=local" | 64 | |
sn | :heavy_check_mark: | The user's surname (family name or last name). | 64 |
givenName | :heavy_check_mark: | The user's given name (legal first name). | 64 |
userPrincipalName | :heavy_check_mark: | The userPrincipalName corresponds to the principal that Secure Access receives in the SAML assertion, and is often identical to the object's mail attribute. However, this is not always the case. The userPrincipalName is constant, but the mail attribute may change. Example: samluser@mycompany.com
|
64 |
:heavy_check_mark: | Only valid email addresses. Example: samluser@mycompany.com | 256 | |
memberOf | "CN=Group2,CN=Users,DC=mycompany,DC=local" | 1024 |
A user may belong to multiple groups, which are defined in the memberOf
attribute.
An example value of the memberOf
field:
“CN=Group1,CN=Users,DC=dcloud,DC=local;CN=Group2,CN=Users,
DC=dcloud,DC=local;CN=Group3,CN=Users,DC=dcloud,DC=local;
CN=Group4,CN=Users,DC=dcloud,DC=local”