A simple mock SAML 2.0 Identity Provider
Go to file
Deepak Prabhakara 46496a18f9 updated engines
2022-02-27 19:26:51 +00:00
components Automatic class sorting with prettier 2022-02-24 23:46:45 +05:30
data Tweaks (#1) 2022-02-23 23:30:02 +00:00
lib Tweaks (#1) 2022-02-23 23:30:02 +00:00
pages tweaks 2022-02-25 20:24:41 +00:00
public cleanup 2022-02-24 23:05:36 +00:00
styles Refactor styles 2022-02-24 23:41:56 +05:30
types Cleanup 2022-02-18 09:37:27 +05:30
utils build fix 2022-02-25 20:12:28 +00:00
.env.example Tweaks (#1) 2022-02-23 23:30:02 +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
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 Automatic class sorting with prettier 2022-02-24 23:46:45 +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
README.md Update README 2022-02-23 21:07:55 +05:30
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

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/ to start the Mock SAML.

Environment Variables