-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Add new Negotiate Auth handler #9831
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
Conversation
I am here for "Misadventures in Dockerland" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Projects and infrastructure changes look good. No comment on the C# files.
@blowdart I tried to run a hello world sample in docker before I even started auth. It failed miserably and I wasted a day trying to figure it out before deleting it. |
c15a3cd
to
879b14f
Compare
src/Security/Authentication/Negotiate/src/Internal/ReflectedNegotiateState.cs
Show resolved
Hide resolved
src/Security/Authentication/Negotiate/src/Internal/INegotiateState.cs
Outdated
Show resolved
Hide resolved
src/Security/Authentication/Negotiate/src/Internal/ReflectedNegotiateState.cs
Outdated
Show resolved
Hide resolved
src/Security/Authentication/Negotiate/src/Internal/ReflectedNegotiateState.cs
Outdated
Show resolved
Hide resolved
497bdfa
to
a8bbac2
Compare
@aspnet/build how do I tell it that the Negotiate.Client and Server projects are test assets and should not be included in eng/ProjectReferences.props? |
adcc235
to
40091e9
Compare
This comment was made automatically. If there is a problem contact [email protected]. I've triaged the above build. I've created/commented on the following issue(s) |
#4662 This is a new package for Negotiate (NTLM/Kerberos) auth. It will not be part of the shared framework.
Starting as a draft while we work out some of the error conditions and add the new connection cleanup feature: #9754.
@blowdart