Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.06 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.06 KB

PassportJS SAML example

Build Status Code Climate

Description

An example to demonstrate the use of the Passport-SAML Authentication provider for PassportJS.

Usage

$ npm install
$ bower install
$ npm start

Authors

"Gerard Braad"
@gbraad

License

Licensed under the MIT license

Note

openssl req -x509 -sha256 -nodes -newkey rsa:2048 -days 365 -keyout server.key -out server.crt

Based on PassportJS-Authentication by Danial Khosravi