-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
Labels
area-System.Net.Securitytest-enhancementImprovements of test source codeImprovements of test source code
Milestone
Description
Related to #71427.
I've tried locally that on macOS and Linux it's possible to redirect the Kerberos configuration through the KRB5_CONFIG variable that points to a file like this:
[realms]
corp2.identityintervention.com = {
kdc = tcp/127.0.0.1:8888
}
It is possible to mock the KDC through Kerberos.NET (sample) and then use the system GSSAPI to authenticate against the made-up corp2.identityintervention.com domain name.
I verified locally that this setup can work although there's certainly some work necessary to get all the pieces in place.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-System.Net.Securitytest-enhancementImprovements of test source codeImprovements of test source code