-
Notifications
You must be signed in to change notification settings - Fork 25.2k
Docs for new Negotiate auth handler #12420
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Usage sample:
|
Environment setup: Windows:
Linux: Additional steps:
@blowdart who would be a good person to review these instructions? |
If my app is deployed in docker, then i must to follow all these instructions inside the container? |
I haven't tried that yet. Note keytab files can be re-used so you should be able to do this setup once and then copy it into the container. Let me know how that goes. |
Uh oh!
There was an error while loading. Please reload this page.
Docs for dotnet/aspnetcore#9831
This may be an addition to or spinoff from https://docs.microsoft.com/en-us/aspnet/core/security/authentication/windowsauth?view=aspnetcore-2.2&tabs=visual-studio
This is a new authentication handler for Kerberos and NTLM and is intended for cross platform use.
WARNING: This component can persist credentials across requests on a given connection and MUST NOT be used with proxies unless they maintain a 1:1 connection affinity. This means it must not be used with Kestrel behind IIS (ANCM) out-of-proc.
Configuration:
Results:
The text was updated successfully, but these errors were encountered: