A simple mock SAML 2.0 Identity Provider
* cleanup and pin versions * tweaked metadata markers, formatted metadata, cleaned up .env.example file |
||
|---|---|---|
| components | ||
| data | ||
| lib | ||
| pages | ||
| public | ||
| styles | ||
| types | ||
| utils | ||
| .env.example | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierrc.js | ||
| LICENSE | ||
| next-env.d.ts | ||
| next.config.js | ||
| package-lock.json | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| tsconfig.json | ||
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.