Skip to content

Commit 0d62ee9

Browse files
committed
add Idp setting ['singleLogoutService']['responseUrl']
1 parent aac7430 commit 0d62ee9

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

settings_example.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@
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

0 commit comments

Comments
 (0)