Lines Matching refs:Response

323             // URL Location where the <Response> from the IdP will be returned
325 // SAML protocol binding to be used when returning the <Response>
346 // Specifies info about where and how the <Logout Response> message MUST be
349 // URL Location where the <Response> from the IdP will be returned
351 // SAML protocol binding to be used when returning the <Response>
384 // SAML protocol binding to be used when returning the <Response>
393 // URL location of the IdP where the SP will send the SLO Response (ResponseLocation)
396 // SAML protocol binding to be used when returning the <Response>
489 // Indicates a requirement for the <samlp:Response>, <samlp:LogoutRequest>
669 The IdP will then return the SAML Response to the user's client. The client is then forwarded to th…
837 of the SAML Response.
920 If the SLS endpoints receives a Logout Response, the response is
941 the session is closed and a Logout Response is sent to the SLS endpoint of
1018 SAML Response with a `NameId`, then this `NameId` will be used.
1028 The IdP will return the Logout Response through the user's client to the
1110 $auth->processResponse(); // Process the Response of the IdP, get the
1131 $auth->processSLO(); // Process the Logout Request & Logout Response
1281 ##### OneLogin_Saml_Response - `Response.php` #####
1283 * `OneLogin_Saml_Response` - Constructor that process the SAML Response,
1301 Auxiliary class that contains methods to validate the SAML Response:
1304 SAML Response).
1318 * `processResponse` - Process the SAML Response sent by the IdP.
1319 * `processSLO` - Process the SAML Logout Response / Logout Request sent by the
1328 * `getNameIdNameQualifier` - Gets the NameID NameQualifier provided from the SAML Response String.
1329 …* `getNameIdNameSPQualifier` - Gets the NameID SP NameQualifier provided from the SAML Response St…
1336 * `buildResponseSignature` - Generates the Signature for a SAML Response
1353 ##### OneLogin_Saml2_Response - `Response.php` #####
1355 SAML 2 Authentication Response class
1357 * `OneLogin_Saml2_Response` - Constructs the SAML Response object.
1358 * `isValid` - Determines if the SAML Response is valid using the certificate.
1361 * `getIssuers` - Gets the Issuers (from Response and Assertion)
1366 * `getNameIdNameQualifier` - Gets the NameID NameQualifier provided from the SAML Response String.
1367 …* `getNameIdNameSPQualifier` - Gets the NameID SP NameQualifier provided from the SAML Response St…
1377 …* `getXMLDocument` - Returns the SAML Response document (If contains an encrypted assertion, decry…
1396 SAML 2 Logout Response class
1398 * `OneLogin_Saml2_LogoutResponse` - Constructs a Logout Response object
1399 (Initialize params from settings and if provided load the Logout Response)
1400 * `getIssuer` - Gets the Issuer of the Logout Response.
1401 * `getStatus` - Gets the Status of the Logout Response.
1403 * `build` - Generates a Logout Response object.
1404 * `getResponse` - Returns a Logout Response object.
1486 * `getStatus` - Gets Status from a Response.
1554 is sent to the IdP, we authenticate at the IdP and then a Response is sent
1562 3. The SAML Response is processed in the ACS (`index.php?acs`), if the Response
1573 replies through the client to the SP with a Logout Response (sent to the
1575 process the Logout Response and if is valid, close the user session of the
1582 at the local app and send a Logout Response to the IdP (to the SLS endpoint
1583 of the IdP). The IdP receives the Logout Response, process it and close the
1633 We authenticate at the IdP and then a `Response` is sent to the SP, to the
1636 2. The SAML Response is processed in the ACS, if the `Response` is not valid,
1650 Logout Response (sent to the Single Logout Service endpoint). In this case
1651 The SLS endpoint of the SP process the Logout Response and if is
1659 close the session of the user at the local app and sends a Logout Response
1661 Response, process it and close the session at of the IdP. Notice that the
1698 The `consume.php` is the ACS endpoint. Receives the SAML assertion. After Response