Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fujiharuka/saml-example
- Owner: FujiHaruka
- Created: 2020-03-14T08:46:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T05:17:50.000Z (almost 2 years ago)
- Last Synced: 2024-04-13T19:32:04.987Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 131 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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
```