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

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

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)