Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 879 Bytes

README.md

File metadata and controls

44 lines (26 loc) · 879 Bytes

development SP test

based on passport-saml-example

Description

local SP web application for use with SAML IdP

Usage

$ npm install
$ bower install
$ npm start

This is preconfigured for usage with a fixed test SAML IdP installation and the node backend part is using in-memory storage for sessions.

Original Author:

| @gbraad |

"Gerard Braad"
@gbraad

License

Licensed under the MIT license

Note

Based on PassportJS-Authentication by Danial Khosravi