1.6 KiB
1.6 KiB
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