Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fujiharuka/saml-example

Example of SAML Identity Provider and Service Provider with Node.js express
https://github.com/fujiharuka/saml-example

Last synced: 5 days ago
JSON representation

Example of SAML Identity Provider and Service Provider with Node.js express

Awesome Lists containing this project

README

        

# saml-example

Example of SAML Identity Provider and Service Provider.

Uses:

- https://github.com/mcguinness/saml-idp
- https://github.com/bergie/passport-saml

## Usage

To start IdP server:

```
$ npm run start:idp
```

To start SP server:

```
$ npm run start:sp
```