saml2-profile-attributes

0.0.1 • Public • Published

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/>

/saml2-profile-attributes/

    Package Sidebar

    Install

    npm i saml2-profile-attributes

    Weekly Downloads

    2

    Version

    0.0.1

    License

    none

    Last publish

    Collaborators

    • jaredhanson