I have configured ADFS as SP (service provider) with External IDP.
I am getting error an error occured after redirecting from IDP initited flow to adfs home page.
I am passing email ,given name,name,surname as return attribute and passing skip request signature.Binding post and configured as per https://auth0.com/docs/protocols/saml/adfs
i am using self sign certificate,ADFS is on prem .I want to direct integrate the ADFS with IDP using ADFS 4.0.
Whereas ADFS show event log 364 under ADFS given below-
Encountered error during federation passive request.
Additional Data
Protocol Name:
Saml
Relying Party:
Exception details:
Microsoft.IdentityServer.Web.CookieManagers.InvalidContextException: MSIS7001: The passive protocol context was not found or not valid. If the context was stored in cookies, the cookies that were presented by the client were not valid. Ensure that the client
browser is configured to accept cookies from this website and retry this request.
at Microsoft.IdentityServer.Web.Protocols.Saml.SamlProtocolHandler.GetOriginalRequestFromResponse(ProtocolContext context, Boolean deleteCookie)
at Microsoft.IdentityServer.Web.PassiveProtocolListener.ProcessProtocolRequest(ProtocolContext protocolContext, PassiveProtocolHandler protocolHandler)
at Microsoft.IdentityServer.Web.PassiveProtocolListener.OnGetContext(WrappedHttpListenerContext context)