Highly configuarable Node.js SAML 2.0 library for Single Sign On
Welcome all PRs for maintaining this project, or provide a link to the repositories especially for use cases alongside with different frameworks.
If you want to quickly implement SAML SSO, feel free to check out Auth0's NodeJS SDK and free plan at auth0.com/overview. |
---|
To install the stable version
Starting from v2.5, multiple schema validators have become available. All three of @authenio/xsd-schema-validator
, libxml-xsd
and node-xmllint
are included as 'optional' dependencies, and will be preferentially used in that order. If one has failed to install, the next in the list will be used.
For those using Windows, windows-build-tools
should be installed globally before installing samlify if you are using libxml
validator.
$ yarn global add windows-build-tools
This project is now developed using TypeScript, also support Yarn which is a new package manager.
$ yarn global add typescript
$ yarn
const saml = require('samlify');
See full documentation here
react-samlify SP example powered by React, TypeScript and Webpack
An introduction to Single Sign On
Copyright (C) 2016-present Tony Ngan, released under the MIT License.