A simple mock SAML 2.0 Identity Provider
Go to file
2022-02-17 12:27:50 +05:30
components cleanup 2022-02-17 11:35:50 +05:30
data wip 2022-01-15 01:25:28 +05:30
lib Fix the api endpoints 2022-02-17 12:27:50 +05:30
pages Fix the api endpoints 2022-02-17 12:27:50 +05:30
prisma Create and list apps 2022-02-05 22:34:55 +05:30
public Initial commit from Create Next App 2022-01-08 20:41:13 +05:30
styles wip 2022-01-13 22:37:44 +05:30
types cleanup 2022-02-17 11:35:50 +05:30
utils wip 2022-01-15 01:25:28 +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 first commit 2022-01-09 12:58:39 +05:30
next-env.d.ts Initial commit from Create Next App 2022-01-08 20:41:13 +05:30
next.config.js Initial commit from Create Next App 2022-01-08 20:41:13 +05:30
package-lock.json Fix the api endpoints 2022-02-17 12:27:50 +05:30
package.json Fix the api endpoints 2022-02-17 12:27:50 +05:30
postcss.config.js wip 2022-01-13 22:37:44 +05:30
README.md cleanup 2022-02-17 11:35:50 +05:30
tailwind.config.js wip 2022-01-13 22:37:44 +05:30
tsconfig.json Initial commit from Create Next App 2022-01-08 20:41:13 +05:30

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)