Reputation: 1288
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_logout.do
. Any idea what I am missing? How/Where to specify and change the urls?
Upvotes: 0
Views: 1308
Reputation: 901
You have to specify the host name at carbon.xml. Please see my answer here for details.
Upvotes: 2
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