You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to integrate our application with ADFS Authentication from a client, I followed the settings in documentation, when try login I receive an error in ADFS log:
Protocol Name:
Saml
Relying Party:
https://MY_DOMAIN/saml2_auth/acs/
Exception details:
Microsoft.IdentityServer.Web.InvalidScopeException: MSIS7007: The requested relying party trust 'https://MY_DOMAIN/saml2_auth/acs/' is unspecified or unsupported. If a relying party trust was specified, it is possible that you do not have permission to access the trust relying party. Contact your administrator for details.
at Microsoft.IdentityServer.Web.Protocols.Saml.SamlSignInContext.ValidateCore()
at Microsoft.IdentityServer.Web.Protocols.ProtocolContext.Validate()
at Microsoft.IdentityServer.Web.Protocols.Saml.SamlProtocolHandler.GetRequiredPipelineBehaviors(ProtocolContext pContext)
at Microsoft.IdentityServer.Web.PassiveProtocolListener.EvaluateHomeRealm(PassiveProtocolHandler protocolHandler, ProtocolContext protocolContext)
at Microsoft.IdentityServer.Web.PassiveProtocolListener.OnGetContext(WrappedHttpListenerContext context)
Hi, I'm trying to integrate our application with ADFS Authentication from a client, I followed the settings in documentation, when try login I receive an error in ADFS log:
My settings:
ADFS server settings:
Relying party identifiers:
MY_DOMAIN
https://MY_DOMAIN
Endpoints:
SAML Assertion Consumer endpoints: https://MY_DOMAIN/saml2_auth/acs/
The text was updated successfully, but these errors were encountered: