mocksaml/README.md

14 lines
330 B
Markdown
Raw Normal View History

2022-02-17 09:21:19 +00:00
# Mock SAML from BoxyHQ
2022-02-05 17:04:55 +00:00
2022-02-17 09:21:19 +00:00
- Parse the SAML Request
2022-02-17 16:13:25 +00:00
- Create the SAML Response
- Fix the certificate
2022-02-18 04:07:27 +00:00
- 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