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
If a check on the future SAMLResponse IssueInstant and the AuthNRequest IssueInstant to be sent is required, that AuthNRequest IssueInstant must to be extracted and saved.
If a check on the future LogoutResponse IssueInstant and the LogoutRequest IssueInstant to be sent is required, that LogoutRequest IssueInstant must to be extracted and saved.
#### Example of a view that initiates the SSO request and handles the response (is the acs target) ####
1062
1096
1063
1097
We can code a unique file that initiates the SSO process, handle the response, get the attributes, initiate
@@ -1310,12 +1344,12 @@ Main class of OneLogin PHP Toolkit
1310
1344
*`getErrors` - Returns if there were any error
1311
1345
*`getSSOurl` - Gets the SSO url.
1312
1346
*`getSLOurl` - Gets the SLO url.
1313
-
*`getLastRequestID` - The ID of the last Request SAML message generated.
1314
1347
*`buildRequestSignature` - Generates the Signature for a SAML Request
1315
1348
*`buildResponseSignature` - Generates the Signature for a SAML Response
1316
1349
*`getSettings` - Returns the settings info
1317
1350
*`setStrict` - Set the strict mode active/disable
1318
1351
*`getLastRequestID` - Gets the ID of the last AuthNRequest or LogoutRequest generated by the Service Provider.
1352
+
*`getLastRequestIssueInstant` - Gets the IssueInstant attribute of the last AuthNRequest or LogoutRequest generated by the Service Provider.
1319
1353
*`getLastRequestXML` - Returns the most recently-constructed/processed XML SAML request (AuthNRequest, LogoutRequest)
1320
1354
*`getLastResponseXML` - Returns the most recently-constructed/processed XML SAML response (SAMLResponse, LogoutResponse). If the SAMLResponse had an encrypted assertion, decrypts it.
0 commit comments