mocksaml/README.md

30 lines
312 B
Markdown
Raw Normal View History

2022-02-23 13:57:26 +00:00
# Mock SAML from BoxyHQ
2022-02-23 15:22:50 +00:00
Mock SAML is a SAML 2.0 IdP.
```
git clone https://github.com/boxyhq/mock-saml.git
```
```
cd mock-saml
```
```
npm install
```
```
cp .env.example .env
```
```
npm run build
```
```
npm run start
```
2022-02-23 15:25:43 +00:00
Visit [http://localhost:4000/](http://localhost:4000/) to start the Mock SAML.