0

Currently I used Basic authentication in ASP.NET MVC 5 to makes my sitecore website has login requirement, in iis Authentication the "Anonymous" and "Forms" are enabled.

But when the Forms Authentication is disable, I am unable to login Sitecore back office, therefore it must be enabled. On the other hand, the page will redirect to specify page directly without asking login information.

My question is how can I make it works using coding basic authentication and iis forms authentication.

Thanks

1 Answer 1

0

Useing Basic authentication in ASP.NET MVC 5

And configure Form Authentication redirect the page to the page being restrict("/" only). Then both are working.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.