A simple mock SAML 2.0 Identity Provider
Go to file
2022-02-18 18:22:24 +05:30
components Take 100% height 2022-02-18 18:22:24 +05:30
data wip 2022-01-15 01:25:28 +05:30
lib Remove unused dep 2022-02-18 12:57:08 +05:30
pages Take 100% height 2022-02-18 18:22:24 +05:30
public Initial commit from Create Next App 2022-01-08 20:41:13 +05:30
styles Take 100% height 2022-02-18 18:22:24 +05:30
types Cleanup 2022-02-18 09:37:27 +05:30
utils Add method to create SAMLResponse XML 2022-02-18 12:51:40 +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 Landing page and other changes 2022-02-18 14:26:42 +05:30
package-lock.json Merge branch 'main' of github.com:boxyhq/mock-saml 2022-02-18 14:26:12 +05:30
package.json Merge branch 'main' of github.com:boxyhq/mock-saml 2022-02-18 14:26:12 +05:30
postcss.config.js wip 2022-01-13 22:37:44 +05:30
README.md Cleanup 2022-02-18 09:37:27 +05:30
tailwind.config.js Landing page and other changes 2022-02-18 14:26:42 +05:30
tsconfig.json Support absolute imports 2022-02-18 12:16:58 +05:30

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