You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Depending on which protocol the IdP is using, SAML or OIDC, attributes need to be released in the following format, respectively.

SAML Attribute Names

SAML Attributes MUST be sent using urn:oasis:names:tc:SAML:2.0:attrname-format:uri NameFormat. Below is the list of the canonical names of the SAML attributes:

AttributeSAML Attribute NameSAML Attribute Friendly Name
Subject ID urn:oasis:names:tc:SAML:attribute:subject-idsubject-id
Pairwise IDurn:oasis:names:tc:SAML:attribute:pairwise-idpairwise-id
Community Identifierurn:oid:1.3.6.1.4.1.25178.4.1.6 voPersonID
Emailurn:oid:0.9.2342.19200300.100.1.3 email
Common Nameurn:oid:2.5.4.3cn
Given Nameurn:oid:2.5.4.42givenName
Family Nameurn:oid:2.5.4.4 surname
Affiliation

urn:oid:1.3.6.1.4.1.5923.1.1.1.9

urn:oid:1.3.6.1.4.1.25178.4.1.11

eduPersonScopedAffiliation

voPersonExternalAffiliation

Home Organizationurn:oid:1.3.6.1.4.1.25178.1.2.9schacHomeOrganization
Assuranceurn:oid:1.3.6.1.4.1.5923.1.1.1.11eduPersonAssurance

OIDC Claim Names

AttributeOIDC Claim
Subject IDsubject-id
Community Identifiervoperson_id
Emailemail
Display Namename
Given Namegiven_name
Family Namefamilty_name
Affiliation

eduperson_scoped_affiliation

voperson_external_affiliation

Home Organizationschac_home_organization
Assuranceeduperson_assurance
  • No labels