A simple mock SAML 2.0 Identity Provider
| components | ||
| data | ||
| lib | ||
| pages | ||
| prisma | ||
| 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 | ||
Backlog
- Form validation
- Feed some users
- Fix the download metadata
- Add the SAML response
- Fix the SAML metadata URL
- Improve the UI
https://github.com/prisma/prisma/issues/4571#issuecomment-747496127
http://localhost:4000/apps/saml?RelayState&SAMLRequest=
Pages
- Create an app
- List all app
- View individual app page (with Download Metadata button and Delete button)