0.0.1 • Published 11 years ago

saml2-profile-attributes v0.0.1

Weekly downloads
3
License
-
Repository
github
Last release
11 years ago

saml2-profile-attributes

Build Coverage Dependencies

Parse profile-related attributes in a SAML assertion.

Install

$ npm install saml2-profile-attributes

Usage

var nid = profile.parse('<saml:Assertion>...</saml:Assertion>');
// => { id: '1', displayName: 'Bob Smith', ... }

Tests

$ npm install
$ npm test

Credits

License

The MIT License

Copyright (c) 2013 Jared Hanson [http://jaredhanson.net/](http://jaredhanson.net/)