mocksaml/README.md
2022-02-18 09:37:27 +05:30

330 B

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