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

14 lines
330 B
Markdown

# 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