Sushil
Sushil

Reputation: 1288

WSO2 Identity Server: SLO redirect not working as expected

My IS is running on EC2 and sending slo to https://ec2-52-XXXXX.amazonaws.com:9443/samlsso?slo=true after logout the page redirects to localhost:9443/authenticationendpoint/samlsso_logout.do . I was expecting it should be https://<IS_Server>:9443/authenticationendpoint/samlsso_logo‌​ut.do . Any idea what I am missing? How/Where to specify and change the urls?

Upvotes: 0

Views: 1308

Answers (2)

pulasthi7
pulasthi7

Reputation: 901

You have to specify the host name at carbon.xml. Please see my answer here for details.

Upvotes: 2

KWick
KWick

Reputation: 177

You need to configure SLO URL in management console. Goto - Add service Provider > Inbound Authentication Configuration >SAML SSOconfiguration.

You need to tick tick the enable single logout and past the SLO URL in relevant box.

For more details,
IS 5.1.0 here
IS 5.0.0 here

Upvotes: 0

Related Questions