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.
XML Schema
Email address: http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress
First name : http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname
Last name : http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname
Identifier: http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upnURNs
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.6Simple
Email address: mail
First name: givenName
Last name: sn
Identifier: eduPersonPrincipalNameBasic
Email address: Mail
First name: FirstName
Last name: LastName
Identifier: not required - "Mail" is used.