You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -827,11 +827,13 @@ Main class of OneLogin Python Toolkit
827
827
****get_last_error_reason*** Returns the reason of the last error
828
828
****get_sso_url*** Gets the SSO url.
829
829
****get_slo_url*** Gets the SLO url.
830
-
****get_last_request_id*** The ID of the last Request SAML message generated.
830
+
****get_last_request_id*** The ID of the last Request SAML message generated (AuthNRequest, LogoutRequest).
831
831
****build_request_signature*** Builds the Signature of the SAML Request.
832
832
****build_response_signature*** Builds the Signature of the SAML Response.
833
833
****get_settings*** Returns the settings info.
834
834
****set_strict*** Set the strict mode active/disable.
835
+
****get_last_request_xml*** Returns the most recently-constructed/processed XML SAML request (AuthNRequest, LogoutRequest)
836
+
****get_last_response_xml*** Returns the most recently-constructed/processed XML SAML response (SAMLResponse, LogoutResponse). If the SAMLResponse was encrypted, by default tries to return the decrypted XML.
0 commit comments