Required SAML assertions

Medallia Ideas 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.

Medallia Ideas 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/upn

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

Simple

Email address: mail
​ First name: givenName
​ Last name: sn
​ Identifier: eduPersonPrincipalName

Basic

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