0.1.0 • Published 12 years ago
claimtypes v0.1.0
Standar ClaimTypes for Node.js
claimtypes is a collection of standar claimTypes for Node.js
Installation
$ npm install claimtypesUsage
var claimtypes = require('claimtypes');
var emailClaimType = claimtypes.email;
// Microsoft Specific ClaimTypes
var windowsAccountNameClaimType = claimTypes.microsoft.windowsAccountName;ClaimTypes Included
actoris 'http://schemas.xmlsoap.org/ws/2009/09/identity/claims/actor'.anonymousis 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/anonymous'.authenticationis 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/authenticated'.authorizationDecisionis 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/authorizationdecision'.countryis 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/country'.dateOfBirthis 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/dateofbirth'.denyOnlySidis 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/denyonlysid'.dnsis 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/dns'.emailis 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/email'.genderis 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/gender'.givenNameis 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/givenname'.hashis 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/hash'.homePhoneis 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/homephone'.localityis 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/locality'.mobilePhoneis 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/mobilephone'.nameis 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/name'.nameIdentifieris 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/nameidentifier'.otherPhoneis 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/otherphone'.postalCodeis 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/postalcode'.rsais 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/rsa'.sidis 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/sid'.spnis 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/spn'.stateOrProvinceis 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/stateorprovince'.streetAddressis 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/streetaddress'.surnameis 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/surname'.systemis 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/system'.thumbprintis 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/thumbprint'.upnis 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn'.uriis 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/uri'.webpageis 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/webpage'.x500DistinguishedNameis 'http://schemas.xmlsoap.org/ws/2005/05/identity/claims/x500distinguishedname'
Microsoft Specific Claim Types
authenticationInstantis 'http://schemas.microsoft.com/ws/2008/06/identity/claims/authenticationinstant'.authenticationMethodis 'http://schemas.microsoft.com/ws/2008/06/identity/claims/authenticationmethod'.cookiePathis 'http://schemas.microsoft.com/ws/2008/06/identity/claims/cookiepath'.denyOnlyPrimaryGroupSidis 'http://schemas.microsoft.com/ws/2008/06/identity/claims/denyonlyprimarygroupsid'.denyOnlyPrimarySidis 'http://schemas.microsoft.com/ws/2008/06/identity/claims/denyonlyprimarysid'.denyOnlyWindowsDeviceGroupis 'http://schemas.microsoft.com/ws/2008/06/identity/claims/denyonlywindowsdevicegroup'.dsais 'http://schemas.microsoft.com/ws/2008/06/identity/claims/dsa'.expirationis 'http://schemas.microsoft.com/ws/2008/06/identity/claims/expiration'.expiredis 'http://schemas.microsoft.com/ws/2008/06/identity/claims/expired'.windowsAccountNameis 'http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsaccountname'.windowsDeviceClaimis 'http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsdeviceclaim'.windowsDeviceGroupis 'http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsdevicegroup'.windowsFqbnVersionis 'http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsfqbnversion'.windowsSubAuthorityis 'http://schemas.microsoft.com/ws/2008/06/identity/claims/windowssubauthority'.windowsUserClaimis 'http://schemas.microsoft.com/ws/2008/06/identity/claims/windowsuserclaim'.userDatais 'http://schemas.microsoft.com/ws/2008/06/identity/claims/userdata'.versionis 'http://schemas.microsoft.com/ws/2008/06/identity/claims/version'.serialNumberis 'http://schemas.microsoft.com/ws/2008/06/identity/claims/serialnumber'.primaryGroupSidis 'http://schemas.microsoft.com/ws/2008/06/identity/claims/primarygroupsid'.primarySidis 'http://schemas.microsoft.com/ws/2008/06/identity/claims/primarysid'.roleis 'http://schemas.microsoft.com/ws/2008/06/identity/claims/role'.groupSidis 'http://schemas.microsoft.com/ws/2008/06/identity/claims/groupsid'.isPersistentis 'http://schemas.microsoft.com/ws/2008/06/identity/claims/ispersistent'
0.1.0
12 years ago