wreply not included in the logout url

I’m trying to get our internal ADFS IDP to redirect back to the initiating website after a successful InitiateSLO call, however it’s not redirecting anywhere, it just sits on the ADFS site stating that logout was successful.
Looking at the request URL there is no sign of the wreply querystring parameter that is apparently required to enable this redirect.
I’ve set up the ADFS to trust the endpoint I wish to redirect to after logout.
Is there a way using the ComponentSpace api to set the wreply?


The wreply is part of WS-Federation and not used by SAML SSO.

There shouldn’t be any issues with SAML logout. Your SP sends a SAML logout request to ADFS by calling SAMLServiceProvider.InituiateSLO. You receive the SAML logout response sent by ADFS by calling SAMLServiceProvider.ReceiveSSO.

If you’re not seeing this, there’s most likely some sort of configuration error. ADFS uses the same URL for receiving both SAML authn requests and SAML logout messages. Make sure the SingleLogoutServiceUrl in your SAML configuration is correct.

For more information, please take a look at our ADFS Relying Party Integration Guide.

https://www.componentspace.com/Forums/9358/ADFS-Integration-Guides

If there’s still an issue, please enable SAML trace and send the generated log file as an email attachment to support@componentspace.com mentioning your forum post.

https://www.componentspace.com/Forums/17/Enabing-SAML-Trace

[quote]
ComponentSpace - 7/14/2021
The wreply is part of WS-Federation and not used by SAML SSO.

There shouldn't be any issues with SAML logout. Your SP sends a SAML logout request to ADFS by calling SAMLServiceProvider.InituiateSLO. You receive the SAML logout response sent by ADFS by calling SAMLServiceProvider.ReceiveSSO.

If you're not seeing this, there's most likely some sort of configuration error. ADFS uses the same URL for receiving both SAML authn requests and SAML logout messages. Make sure the SingleLogoutServiceUrl in your SAML configuration is correct.

For more information, please take a look at our ADFS Relying Party Integration Guide.

https://www.componentspace.com/Forums/9358/ADFS-Integration-Guides

If there's still an issue, please enable SAML trace and send the generated log file as an email attachment to support@componentspace.com mentioning your forum post.

https://www.componentspace.com/Forums/17/Enabing-SAML-Trace
[/quote]

Thanks for the reply. The logout works fine, I just want the redirection back to our website to occur after a successful logout. I've included the wreply on the SSO Logout URL and it still doesn't work so like you say is probably a configuration issue with the our ADFS. Thank you

Have a look at our ADFS Relying Party guide as it’s definitely possible to get this working.

If you don’t have any luck, please contact us by email and include a log file.