@@ -241,11 +241,13 @@ This is the ``settings.json`` file:
241241 // HTTP-POST binding only.
242242 " binding" : " urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
243243 },
244- // Specifies info about where and how the <Logout Response> message MUST be
245- // returned to the requester, in this case our SP.
244+ // Specifies info about where and how the <Logout Request/Response> message MUST be sent.
246245 " singleLogoutService" : {
247- // URL Location where the <Response > from the IdP will be returned
246+ // URL Location where the <LogoutRequest > from the IdP will be sent (IdP-initiated logout)
248247 " url" : " https://<sp_domain>/?sls" ,
248+ // URL Location where the <LogoutResponse> from the IdP will sent (SP-initiated logout, reply)
249+ // OPTIONAL: only specify if different from url parameter
250+ // "responseUrl": "https://<sp_domain>/?sls",
249251 // SAML protocol binding to be used when returning the <Response>
250252 // message. OneLogin Toolkit supports the HTTP-Redirect binding
251253 // only for this endpoint.
@@ -302,11 +304,11 @@ This is the ``settings.json`` file:
302304 },
303305 // SLO endpoint info of the IdP.
304306 " singleLogoutService" : {
305- // URL Location of the IdP where SLO Request will be sent.
307+ // URL Location where the <LogoutRequest> from the IdP will be sent (IdP-initiated logout)
306308 " url" : " https://app.onelogin.com/trust/saml2/http-redirect/slo/<onelogin_connector_id>" ,
307- // URL Location where the <Response > from the SP will returned (after IdP -initiated logout)
309+ // URL Location where the <LogoutResponse > from the IdP will sent (SP -initiated logout, reply )
308310 // OPTIONAL: only specify if different from url parameter
309- " responseUrl" : " https://app.onelogin.com/trust/saml2/http-redirect/slo_return/<onelogin_connector_id>"
311+ " responseUrl" : " https://app.onelogin.com/trust/saml2/http-redirect/slo_return/<onelogin_connector_id>" ,
310312 // SAML protocol binding to be used when returning the <Response>
311313 // message. OneLogin Toolkit supports the HTTP-Redirect binding
312314 // only for this endpoint.
0 commit comments