saml2-profile-attributes
v0.0.1
Published
Parse profile-related attributes in a SAML assertion.
Readme
saml2-profile-attributes
Parse profile-related attributes in a SAML assertion.
Install
$ npm install saml2-profile-attributesUsage
var nid = profile.parse('<saml:Assertion>...</saml:Assertion>');
// => { id: '1', displayName: 'Bob Smith', ... }Tests
$ npm install
$ npm testCredits
License
Copyright (c) 2013 Jared Hanson <http://jaredhanson.net/>



