Hello all
I have a SAP NetWeaver Gateway 2.0 (SAP NETWEAVER 7.4) that holds some SAP Fiori Applications.
I am trying to enable SAML2 Authentication by going through the pdf “SAML 2.0 Configurations at SAP NetWeaver AS ABAP and Microsoft ADFS”.
Am at the point where my GET request is being Redirected to the ADFS Server, but at the ADFS Server I getting this error :
Microsoft.IdentityServer.Web.RequestFailedException: MSIS7000: The sign in request is not compliant to the WS-Federation language for web browser clients or the SAML 2.0 protocol WebSSO profile.
at Microsoft.IdentityServer.Web.Dispatchers.UnknownRequestDispatcher.DispatchInternal(PassiveContext context)
at Microsoft.IdentityServer.Web.PassiveProtocolHandler.ProcessRequestInternal(PassiveContext context)
at Microsoft.IdentityServer.Web.PassiveProtocolHandler.ProcessRequest(HttpContext context)
Has anyone seen this before and know anything about what might be causing it? I am guessing it has something to do with the SAML2 Request from SAP, at least the format of it. I am a little lost here.
Any help will be appreciated.
Thanks so much!