A simple mock SAML 2.0 Identity Provider
Go to file
2022-02-23 20:52:50 +05:30
components Style changes 2022-02-18 18:22:59 +05:30
data Add key pair 2022-02-21 21:53:43 +05:30
lib Fix warning on default export 2022-02-22 11:35:21 +05:30
pages Code cleanup 2022-02-23 19:28:06 +05:30
public Initial commit from Create Next App 2022-01-08 20:41:13 +05:30
styles Remove dark mode support for now 2022-02-20 00:00:13 +05:30
types Cleanup 2022-02-18 09:37:27 +05:30
utils Code cleanup 2022-02-23 19:18:20 +05:30
.env.example Fix the api endpoints 2022-02-17 12:27:50 +05:30
.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
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 Update in package lock 2022-02-22 13:48:52 +05:30
package.json Remove the unused dep 2022-02-22 11:37:00 +05:30
postcss.config.js wip 2022-01-13 22:37:44 +05:30
README.md Update README 2022-02-23 20:52:50 +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.

git clone https://github.com/boxyhq/mock-saml.git
cd mock-saml
npm install
cp .env.example .env
npm run build
npm run start