0

I am developing an MVC application that offers user two options for authentication: 1- Windows Authentication 2- Custom Authentication

Based on user selection:

1- If Windows, the username and password will be dimmed, application will use windows authentication.

2- If custom, user enters username and password to get authenticated.

Does this model work in ASP.NET MVC?

Thanks

1

1 Answer 1

1

All the solutions I've heard of involve either two applications or two different pages for authentication types. There is some discussion here about it: ASP.NET MVC and mixed mode authentication

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.