Required SAML assertions
S
Written by Sonal Singhal
Updated over a week ago

Crowdicity requires a minimum amount of information for single sign-on through SAML. This includes the user's first name, last name, email address, and identifier. The identifier can be any value unique to the user - for example, this can be the email address used in the email field.

Crowdicity supports the following assertion naming schemes for user identities.

  1. URNs
    Email address: urn:oid:0.9.2342.19200300.100. 1.3
    First name: urn:oid:2.5.4.42
    Last name: urn:oid:2.5.4.4
    Identifier: urn:oid:1.3.6.1.4.1.5923.1.1. 1.6

  2. Simple
    Email address: mail
    First name: givenName
    Last name: sn
    Identifier: eduPersonPrincipalName

  3. Basic
    Email address: Mail
    First name: FirstName
    Last name: LastName
    Identifier: not required - "Mail" is used.

Did this answer your question?