org.opensaml.common.SAMLException: Antwort hat ungültigen Statuscode urn: oasis: names: tc: SAML: 2.0: status: Responder, Statusmeldung ist null

Ich versuche, die Anwendung auszuführen, die unter @ bereitgestellt wirhttps: //github.com/spring-projects/spring-security-saml (master version) und mit adfs als idp und befolgte alle in der Dokumentation angegebenen Schritte. Ich erhalte den folgenden Fehler

org.opensaml.saml2.metadata.impl.AssertionConsumerServiceImpl@7a033ee2 for request URL https://localhost:8443/spring-security-saml2-sample3/saml/SSO based on location attribute in metadata
- Authentication attempt using org.springframework.security.saml.SAMLAuthenticationProvider
- Error validating SAML message
org.opensaml.common.SAMLException: Response has invalid status code urn:oasis:names:tc:SAML:2.0:status:Responder, status message is null
    at org.springframework.security.saml.websso.WebSSOProfileConsumerImpl.processAuthenticationResponse(WebSSOProfileConsumerImpl.java:113)
    at org.springframework.security.saml.SAMLAuthenticationProvider.authenticate(SAMLAuthenticationProvider.java:87)
    at org.springframework.security.authentication.ProviderManager.authenticate(ProviderManager.java:156)

Antworten auf die Frage(2)

Ihre Antwort auf die Frage