问题描述
我的 IS 正在 EC2 上运行并在注销后将 slo 发送到 https://ec2-52-XXXXX.amazonaws.com:9443/samlsso?slo=true
页面重定向到 localhost:9443/authenticationendpoint/samlsso_logout.do
.我原以为它应该是 https://:9443/authenticationendpoint/samlsso_logo ut.do
.知道我缺少什么吗?如何/在哪里指定和更改网址?
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?
推荐答案
您必须在 carbon.xml 中指定主机名.请参阅我的回答此处了解详情.
You have to specify the host name at carbon.xml. Please see my answer here for details.
这篇关于WSO2 身份服务器:SLO 重定向未按预期工作的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!