mocksaml/README.md
Kiran K c6d12eb431 Oneclick deploy button (#2)
* Update README.md

* Add app.json

* Update README.md

* Add files via upload

* Update README.md

* Update README.md
2022-02-28 21:54:20 +00:00

996 B

Mock SAML from BoxyHQ

Deploy Deploy with Vercel

Mock SAML is a SAML 2.0 IdP for development and testing the SAML SSO integration.

Try Mock SAML

Install

git clone https://github.com/boxyhq/mock-saml.git
cd mock-saml

Install dependencies

npm install

Update .env with your own keys.

cp .env.example .env

Build the Next.js app.

npm run build

Run the Mock SAML server.

npm run start