IdentityServer / IdentityServer3

OpenID Connect Provider and OAuth 2.0 Authorization Server Framework for ASP.NET 4.x/Katana
https://identityserver.github.io/Documentation/
Apache License 2.0
2.01k stars 764 forks source link

Windows Authentication using identity server3 with a login page #3431

Closed avinashlonkar closed 7 years ago

avinashlonkar commented 7 years ago

I want to implement windows authentication using identity server3. The user should get a login page to enter user credentials. The existing samples I found for identity server3 does not have a login page. Please advise

brockallen commented 7 years ago

This seems to be a general question about IdentityServer - not a bug report or an issue.

Please use StackOverflow for that. This has the advantage that questions and answers can be easily found by search engines, and that there are more people answering questions than just us.

For IdentityServer3 https://stackoverflow.com/questions/tagged/?tagnames=identityserver3&sort=newest

For IdentityServer4 https://stackoverflow.com/questions/tagged/?tagnames=identityserver4&sort=newest

For commercial support https://identityserver.io/

totpero commented 7 years ago

you can use something like this: https://github.com/PCFDev/Owin.Security.ActiveDirectoryLDAP, i did it and works.