Getting error while fetch the page of ADFS

231 views Asked by At

I have installed the ADFS 2.0 on windows server 8, When I am going to fetch the page (FormsSignIn.aspx) which is under adfs/ls dierctory I am getting below error

There was a problem accessing the site. Try to browse to the site again.

I have checked the logs in event viewer and got the below message

Microsoft.IdentityServer.Protocols.Saml.HttpSamlMessageException: MSIS7015: This request does not contain the expected protocol message or incorrect protocol parameters were found according to the HTTP SAML protocol bindings. at Microsoft.IdentityServer.Web.HttpSamlMessageFactory.CreateMessage(HttpContext httpContext) at Microsoft.IdentityServer.Web.FederationPassiveContext.EnsureCurrent(HttpContext context)

I have checked all the possible way but not able to reslove this problem.

Please assist.

1

There are 1 answers

0
Gilligan On

If you are wanting to utilize Forms authentication in ADFS, you do not access this page directly, rather you configure the ADFS web.config for forms authn and you claims enable your application / service provider (SP). The methods for claims enabling an application can vary depending on the version of Windows Identity Foundation (WIF) used.