【发布时间】:2022-10-23 18:42:45
【问题描述】:
参考我们的previous post,我们的客户要求我们将 SamlIdpSettings:logouturl 设置更改为:
https://idpqa.csu.edu.au/idp/profile/SAML2/POST/SLO
但随后发生了以下情况:
2022-10-17 09:51:12,555 - 137.166.20.125 - ERROR [org.opensaml.profile.action.impl.DecodeMessage:73] - Profile Action DecodeMessage: Unable to decode incoming request
org.opensaml.messaging.decoder.MessageDecodingException: This message decoder only supports the HTTP POST method
at org.opensaml.saml.saml2.binding.decoding.impl.HTTPPostDecoder.doDecode(HTTPPostDecoder.java:84)
2022-10-17 09:51:12,556 - 137.166.20.125 - WARN [org.opensaml.profile.action.impl.LogEvent:101] - A non-proceed event occurred while processing the request: UnableToDecode
在发送注销请求时,我们如何更改代码以使用 POST 请求而不是 GET?
【问题讨论】: