0

I have an asp.net mvc 5 web application that uses windows authentication. i am currently the users can login to the application without entering user name and password, since they login to their machines using their Active directory username/password.

but my question is whether asp.net mvc windows authentication can work with workgroups or it can only work against active directory ? Thanks

1 Answer 1

1

In the context of a workgroup, Windows Auth will work with the local users/groups defined on the server.

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

2 Comments

so if my asp.net mvc is using windows authentication, and i want to deploy it to a small business customer who use workgroup instead of active directory. Then my asp.net mvc can still be accessed using the workgroup username/password ?
There's no such think as a workgroup username/password. When a machine isn't joined to the domain, for the purposes of Windows AuthN, the source is the local SAM database on the server itself.

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.