A simple mock SAML 2.0 Identity Provider
| components | ||
| data | ||
| lib | ||
| pages | ||
| public | ||
| styles | ||
| types | ||
| utils | ||
| .env.example | ||
| .eslintrc.json | ||
| .gitignore | ||
| 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
- Parse the SAML Request
- Create the SAML Response
- Fix the certificate
- Install prettify
// Start a session // Store the RelayState in the session // Parse the SAMLRequest // Validate the SAMLRequest // Create SAMLResponse // POST the SAMLResponse to ACS URL // Remove the RelayState from the session