File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -337,6 +337,9 @@ $settings = array(
337337 'singleLogoutService' => array(
338338 // URL Location of the IdP where SLO Request will be sent.
339339 'url' => '',
340+ // URL location of the IdP where SLO Response will be sent (ResponseLocation)
341+ // if not set, url for the SLO Request will be used
342+ 'urlResponse' => '',
340343 // SAML protocol binding to be used when returning the <Response >
341344 // message. OneLogin Toolkit supports the HTTP-Redirect binding
342345 // only for this endpoint.
Original file line number Diff line number Diff line change 9393 'singleLogoutService ' => array (
9494 // URL Location of the IdP where the SP will send the SLO Request
9595 'url ' => '' ,
96+ // URL location of the IdP where SLO Response will be sent (ResponseLocation)
97+ // if not set, url for the SLO Request will be used
98+ 'urlResponse ' => '' ,
9699 // SAML protocol binding to be used when returning the <Response>
97100 // message. Onelogin Toolkit supports for this endpoint the
98101 // HTTP-Redirect binding only
You can’t perform that action at this time.
0 commit comments