5 writes to EnableLdapClaimResolution
Microsoft.AspNetCore.Authentication.Negotiate (2)
NegotiateOptions.cs (2)
50
LdapSettings.
EnableLdapClaimResolution
= true;
62
LdapSettings.
EnableLdapClaimResolution
= true;
Microsoft.AspNetCore.Authentication.Negotiate.Test (3)
LdapSettingsValidationTests.cs (2)
13
EnableLdapClaimResolution
= true
24
EnableLdapClaimResolution
= true,
NegotiateHandlerTests.cs (1)
219
ldapSettings.
EnableLdapClaimResolution
= false; // This disables binding to the LDAP connection on startup
4 references to EnableLdapClaimResolution
Microsoft.AspNetCore.Authentication.Negotiate (4)
Events\NegotiateEvents.cs (1)
18
/// This event is invoked when <see cref="LdapSettings.
EnableLdapClaimResolution
"/> is set to true on <see cref="LdapSettings"/>.
LdapSettings.cs (1)
83
if (
EnableLdapClaimResolution
)
NegotiateHandler.cs (1)
338
if (Options.LdapSettings.
EnableLdapClaimResolution
)
PostConfigureNegotiateOptions.cs (1)
65
if (ldapSettings.
EnableLdapClaimResolution
)