https://github.com/1024pix/pix-saml-idp
Simuler un fournisseur d'identité saml
https://github.com/1024pix/pix-saml-idp
Last synced: 8 months ago
JSON representation
Simuler un fournisseur d'identité saml
- Host: GitHub
- URL: https://github.com/1024pix/pix-saml-idp
- Owner: 1024pix
- License: mit
- Created: 2020-08-14T18:14:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-08T22:45:52.000Z (11 months ago)
- Last Synced: 2025-01-16T05:14:18.452Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.46 MB
- Stars: 0
- Watchers: 14
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PIX-SAML-IDP
Serveur permettant de simuler un fournisseur d'identité saml.
[SAML 2.0 Web Browser SSO Profile](http://en.wikipedia.org/wiki/SAML_2.0#Web_Browser_SSO_Profile)
## Installation
1/ Cloner le repository :
``` shell
git clone github.com:1024pix/pix-saml-idp.git && cd pix-saml-idp
```
2/ Lancer le script de configuration :
``` shell
npm run config
```
3/ Lancer l'application :
``` shell
npm start
```
4/ Accéder à l'application sur : [localhost:7654](http://localhost:7654)