WSO2 Identity Server无法使用特殊SP名称处理IdP发起的注销

时间:2014-04-04 18:18:45

标签: wso2 saml saml-2.0 wso2is

似乎WSO2IS不支持spEntityID参数中的特殊字符,如:

https://wso2is.localnet:9443/samlsso?spEntityID=http://otherhost/&RelayState=http://otherhost/logout.jsp

你知道如何解决这个问题吗? SP不能设置为使用不同的颁发者。 UrlEncoding没有帮助。

1 个答案:

答案 0 :(得分:0)

似乎如果SP没有在SAML2 LogoutRequest中向WSO2IS IdP发送SessionIndex,它就会失败,因为无法从中获取它。

这个答案由OP(toma)作为单独的question发布,我只是将其粘贴在这里以便在一个地方进行翻译。