A simple mock SAML 2.0 Identity Provider
Go to file
2022-01-09 12:58:39 +05:30
pages first commit 2022-01-09 12:58:39 +05:30
prisma first commit 2022-01-09 12:58:39 +05:30
public Initial commit from Create Next App 2022-01-08 20:41:13 +05:30
styles Initial commit from Create Next App 2022-01-08 20:41:13 +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 first commit 2022-01-09 12:58:39 +05:30
package.json first commit 2022-01-09 12:58:39 +05:30
README.md first commit 2022-01-09 12:58:39 +05:30
tsconfig.json Initial commit from Create Next App 2022-01-08 20:41:13 +05:30

  • Add created_at and updated_at for all tables
  • Feed some users

Pages

  • Create user (Done)

  • List users (Done)

  • Update user

  • Delete user

  • Create apps

  • List app

  • Update app

  • Delete app

  1. Autogenerate certificate
  2. Request validation
  3. Add logs to all request

SAML certificate (PEM format)

you need to generate a set of public and private keys and an X.509 certificate that contains the public key. The public keys and certificates must be generated with either the RSA or DSA algorithm and registered with Google.