claims with infocards
Self issued information cards support only a select number of claims. Each of these claims is associated with an URI that one could use to look up the claim inside the token.
The claims that are supported are:
- Given Name = "http://schemas.microsoft.com/ws/2005/05/identity/claims/givenname";
- Email Address = "http://schemas.microsoft.com/ws/2005/05/identity/claims/emailaddress";
- Surname = "http://schemas.microsoft.com/ws/2005/05/identity/claims/surname";
- Street Address = "http://schemas.microsoft.com/ws/2005/05/identity/claims/streetaddress";
- Locality = "http://schemas.microsoft.com/ws/2005/05/identity/claims/locality";
- State/Province = "http://schemas.microsoft.com/ws/2005/05/identity/claims/stateorprovince";
- Postal Code = "http://schemas.microsoft.com/ws/2005/05/identity/claims/postalcode";
- Country = "http://schemas.microsoft.com/ws/2005/05/identity/claims/country";
- Home Phone = "http://schemas.microsoft.com/ws/2005/05/identity/claims/homephone";
- Other Phone = "http://schemas.microsoft.com/ws/2005/05/identity/claims/otherphone";
- Mobile Phone = "http://schemas.microsoft.com/ws/2005/05/identity/claims/mobilephone";
- Date of Birth = "http://schemas.microsoft.com/ws/2005/05/identity/claims/dateofbirth";
- Gender = "http://schemas.microsoft.com/ws/2005/05/identity/claims/gender";
- PPID = "http://schemas.microsoft.com/ws/2005/05/identity/claims/privatepersonalidentifier";
One could use the URIs with the TokenHelper class to extract out the values for the claims.
