14 lines
330 B
Markdown
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 |