Wso2 继续使用错误的断言 url
Wso2 keep using wrong assertion url
我正在尝试使用 wso2 SSO。我已经在 carbon 中设置了 SP 并像这样设置断言 url
这里的断言url是这样的http://example.com/acs
。现在,当尝试在 SSO 登录屏幕上登录时,我不断收到以下消息
TID: [-1234] [] [2017-10-31 20:14:14,381] ERROR
{org.wso2.carbon.identity.sso.saml.processors.SPInitSSOAuthnRequestProcessor}
- ALERT: Invalid Assertion Consumer URL value 'http://example.com/simplesaml/module.php/saml/sp/saml2-acs.php/default-sp'
in the AuthnRequest message from the issuer 'simplesaml1'. Possibly
an attempt for a spoofing attack
此处example.com
与我在图片中使用的域相同。我使用 example.com
只是因为 Whosebug 不允许我添加该域名。
Can anyone kindly let me know from where wso2 keep reading that url. Its not in metadata also. Also why that url is invalid?
如有任何帮助,我们将不胜感激。
此投诉是关于 SAML 请求 的断言消费者 URL 与身份服务器提供的 URL 不同。请检查来自服务提供商的 SAML 请求 的断言消费者URL。
我正在尝试使用 wso2 SSO。我已经在 carbon 中设置了 SP 并像这样设置断言 url
这里的断言url是这样的http://example.com/acs
。现在,当尝试在 SSO 登录屏幕上登录时,我不断收到以下消息
TID: [-1234] [] [2017-10-31 20:14:14,381] ERROR {org.wso2.carbon.identity.sso.saml.processors.SPInitSSOAuthnRequestProcessor} - ALERT: Invalid Assertion Consumer URL value 'http://example.com/simplesaml/module.php/saml/sp/saml2-acs.php/default-sp' in the AuthnRequest message from the issuer 'simplesaml1'. Possibly an attempt for a spoofing attack
此处example.com
与我在图片中使用的域相同。我使用 example.com
只是因为 Whosebug 不允许我添加该域名。
Can anyone kindly let me know from where wso2 keep reading that url. Its not in metadata also. Also why that url is invalid?
如有任何帮助,我们将不胜感激。
此投诉是关于 SAML 请求 的断言消费者 URL 与身份服务器提供的 URL 不同。请检查来自服务提供商的 SAML 请求 的断言消费者URL。