WSO2 Identity Server: SLO redirect not working as expected

江枫思渺然 提交于 2019-12-12 04:34:19

问题


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?


回答1:


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




回答2:


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



来源:https://stackoverflow.com/questions/40216067/wso2-identity-server-slo-redirect-not-working-as-expected

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!