Skip to content
/ samlify Public
forked from tngan/samlify

πŸ” Node.js API for Single Sign On (SAML 2.0)

License

Notifications You must be signed in to change notification settings

Zaptic/samlify

This branch is 2 commits ahead of, 203 commits behind tngan/samlify:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

93e6dde Β· Jul 9, 2018
Nov 4, 2017
May 4, 2018
Oct 4, 2017
Jul 9, 2018
Jul 9, 2018
Feb 9, 2017
Oct 17, 2017
Feb 3, 2017
May 4, 2018
Jun 18, 2018
Nov 4, 2017
Oct 13, 2017
May 4, 2018
Aug 4, 2017
Jul 9, 2018
Aug 4, 2017
Jun 10, 2017
Aug 4, 2017

Repository files navigation

samlify Β· Build Status npm version Coverage Status

Highly configuarable Node.js SAML 2.0 library for Single Sign On

Welcome PRs

Welcome all PRs for maintaining this project, or provide a link to the repositories especially for use cases alongside with different frameworks.

Sponsor

If you want to quickly implement SAML SSO, feel free to check out Auth0's NodeJS SDK and free plan at auth0.com/overview.

Installation

To install the stable version

For those using Windows, windows-build-tools should be installed globally before installing samlify.

yarn global add windows-build-tools
$ yarn add samlify

Development

This project is now developed using TypeScript, also support Yarn which is a new package manager.

$ yarn global add typescript
$ yarn

Get Started

const saml = require('samlify');

See full documentation here

Examples (In progress)

samlify-sp Service provider example written with Next.js

samlify-idp Identity provider example written with Next.js

Talks

An introduction to Single Sign On

License

MIT

Copyright

Copyright (C) 2016-present Tony Ngan, released under the MIT License.

About

πŸ” Node.js API for Single Sign On (SAML 2.0)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.7%
  • Other 0.3%