DataScript: avi.http.saml_session_decrypt
Note: This function is supported in Avi Vantage release 18.2.4+.
Function | avi.http.saml_session_decrypt() |
Description | Returns the decrypted SAML session cookie value found in the client request. |
Events | HTTP_REQ |
Parameter | None |
Returns | A string of the decrypted SAML session cookie if it exists; else nil. |
Example |
If the SAML session cookie is present, do something:
|