Class: InformationCard::ClaimTypes

Inherits:
Object
  • Object
show all
Defined in:
lib/vendor/information_card/saml_token.rb

Overview

added first the tree claim types

Constant Summary collapse

@@claims =
{
  :name => "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name",
  :email => "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress",
  :upn => "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn",
  :group => "http://schemas.xmlsoap.org/claims/Group",
  :given_name => "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname",
  :surname => "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname",
  :street_address => "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/streetaddress",
  :locality => "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/locality",
  :state_province => "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/stateorprovince",
  :postal_code => "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/postalcode",
  :country => "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/country",
  :home_phone => "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/homephone",
  :other_phone => "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/otherphone",
  :mobile_phone => "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/mobilephone",
  :date_of_birth => "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/dateofbirth",
  :gender => "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/gender",
  :ppid => "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/privatepersonalidentifier",
  :webpage => "http://schemas.xmlsoap.org/ws/2005/05/identity/claims/webpage",
  :project => "http://schemas.southworksinc.com/project", 
  :organization => "http://schemas.microsoft.com/ws/2008/06/identity/claims/organization"
}