7 references to LdapSettings
Microsoft.AspNetCore.Authentication.Negotiate (7)
NegotiateHandler.cs (2)
338
if (Options.
LdapSettings
.EnableLdapClaimResolution)
340
var ldapContext = new LdapContext(Context, Scheme, Options, Options.
LdapSettings
)
NegotiateOptions.cs (4)
50
LdapSettings
.EnableLdapClaimResolution = true;
51
LdapSettings
.Domain = domain;
62
LdapSettings
.EnableLdapClaimResolution = true;
63
configureSettings(
LdapSettings
);
PostConfigureNegotiateOptions.cs (1)
63
var ldapSettings = options.
LdapSettings
;