-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Description
Hi,
I want to do windows authentication against active directory server in docker container.
In documentation you say it is possible, but in reality it does not work.
I have created this stack overflow issue with my investigation in this matter:
https://stackoverflow.com/questions/60296237/windows-authentication-in-linux-docker-container
I believe that the only issue is that in the documentation it is not described clearly what needs to be configured in order it to work. Some piece of puzzle is missing there for obvious reason that when somebody does that what is required according to docs, no gssapi mechanism is installed, thus it must not work.
Is your feature request related to a problem? Please describe.
Example: I am trying to do windows authentication in kestrel according to documentation but it does not work.
Describe the solution you'd like
According to @davidsh he managed to make it work, however only in .net5 . (as described in the link below)
So please update the documentation with all required libraries or please make changes in .net core 3 so that it works according to the documentation.
Additional context
Related issues:
#4662
#4737
dotnet/runtime#887
dotnet/AspNetCore.Docs#17054