skoruba / IdentityServer4.Admin

The administration for the IdentityServer4 and Asp.Net Core Identity
MIT License
3.56k stars 1.15k forks source link

Add windows authentication #479

Open skoruba opened 4 years ago

skoruba commented 4 years ago

Currently, preview of windows authentication is prepared in this branch - feature/windows-auth which is based on PR from @aiscrim

xaviergxf commented 4 years ago

@skoruba, what is missing to have windows authentication? Why the pr wasn't merged?

skoruba commented 4 years ago

I need more time to test it. ;-) Currently it is necesarry to merge this PR with latest dev and verify that everything work corretly. Can you help with this? Thx

xaviergxf commented 4 years ago

i'll have a look.

xaviergxf commented 4 years ago

I'm new to the project, how can i:

  1. Create the db? dotnet ef database update?
  2. Shoud i merge with dev branch to be on .net core 3.1?

Thanks

thomas-illiet commented 4 years ago

I'm on the same problem as @xaviergxf for the version of .net core. I cannot have a .net core 2 on my corporate computer (because it was not validated by my company)

Kind Regards

maulik-modi commented 2 years ago

@skoruba , @thomas-illiet and @sgebhardt, What is blocking here?

sgebhardt commented 2 years ago

Unfortunately, my team decided against IdentityServer in 2020 and in favor of Keycloak. So my status is outdated. But if I remember correctly, this branch is not compatible with the master. As far as I understood, Windows Auth could only be used exclusively.

aiscrim commented 2 years ago

@sgebhardt What do you mean? Windows Auth can be used together with standard auth, no problem with that.

sgebhardt commented 2 years ago

I don't remember where exactly my problem was in 2020. This branch is now also much older. Maybe I'm confusing something there. Sorry about that.