mocksaml/README.md
2022-02-23 21:07:55 +05:30

34 lines
403 B
Markdown

# Mock SAML from BoxyHQ
Mock SAML is a SAML 2.0 IdP for development and testing the SAML SSO integration.
## Install
```
git clone https://github.com/boxyhq/mock-saml.git
```
```
cd mock-saml
```
```
npm install
```
```
cp .env.example .env
```
```
npm run build
```
```
npm run start
```
Visit [http://localhost:4000/](http://localhost:4000/) to start the Mock SAML.
## Environment Variables