Function saml_test_server::saml_redirect_get
source · [−]pub async fn saml_redirect_get(req: Request<AppState>) -> Result
Expand description
SAML requests or responses transmitted via HTTP Redirect have a SAMLRequest or SAMLResponse query string parameter, respectively. Before it’s sent, the message is deflated (without header and checksum), base64-encoded, and URL-encoded, in that order. Upon receipt, the process is reversed to recover the original message.