我正在开发一个通过ADFS进行身份验证的Spring应用程序。当我尝试通过SSO登录时,在ADFS服务器事件日志中出现以下错误:
No AssertionConsumerService is configured on the relying party trust 'https://fileupload.com/file-upload/saml/metadata' that is a prefix match of the AssertionConsumerService URL 'http://fileupload.com/file-upload/saml/SSO' specified by the request.
因为SSO是通过URL https://sso.com/adfs/ls/
完成的。有什么方法可以在Spring Security SAML中将AssertionConsumerService配置为指向其他位置?