A simple mock SAML 2.0 Identity Provider
Go to file
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
components Fixed the preview image path 2022-02-28 11:48:31 +05:30
lib Tweaks (#1) 2022-02-23 23:30:02 +00:00
pages sort changes in classnames 2022-03-01 00:44:34 +05:30
public updated preview image (Roboto font) 2022-02-28 18:49:23 +00:00
styles Fix the css 2022-02-28 11:22:49 +05:30
types Cleanup 2022-02-18 09:37:27 +05:30
utils Get public/private key from env 2022-03-01 00:42:21 +05:30
.dockerignore Add Dockerfile (#4) 2022-02-28 21:53:55 +00:00
.env.example removed old certs 2022-02-28 21:52:14 +00:00
.eslintrc.json Initial commit from Create Next App 2022-01-08 20:41:13 +05:30
.gitignore Add key 2022-02-21 22:33:13 +05:30
.prettierrc.js Add prettier config and format files 2022-02-22 11:06:06 +05:30
app.json Oneclick deploy button (#2) 2022-02-28 21:54:20 +00:00
Dockerfile Add Dockerfile (#4) 2022-02-28 21:53:55 +00:00
LICENSE added license file 2022-02-23 17:16:41 +00:00
next-env.d.ts Initial commit from Create Next App 2022-01-08 20:41:13 +05:30
next.config.js Landing page and other changes 2022-02-18 14:26:42 +05:30
package-lock.json Fix the css 2022-02-28 11:22:49 +05:30
package.json updated engines 2022-02-27 19:26:51 +00:00
postcss.config.js wip 2022-01-13 22:37:44 +05:30
Procfile Oneclick deploy button (#2) 2022-02-28 21:54:20 +00:00
README.md Oneclick deploy button (#2) 2022-02-28 21:54:20 +00:00
tailwind.config.js Remove dark mode support for now 2022-02-20 00:00:13 +05:30
tsconfig.json Support absolute imports 2022-02-18 12:16:58 +05:30

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