10 references to OpenIdConnectHandler
Microsoft.AspNetCore.Authentication.OpenIdConnect (8)
Events\OpenIdConnectEvents.cs (1)
7
/// Specifies events which the <see cref="
OpenIdConnectHandler
" /> invokes to enable developer control over the authentication process.
Events\RedirectContext.cs (1)
10
/// When a user configures the <see cref="
OpenIdConnectHandler
"/> to be notified prior to redirecting to an IdentityProvider
OpenIdConnectExtensions.cs (1)
73
return builder.AddRemoteScheme<OpenIdConnectOptions,
OpenIdConnectHandler
>(authenticationScheme, displayName, configureOptions);
OpenIdConnectHandler.cs (2)
48
/// Initializes a new instance of <see cref="
OpenIdConnectHandler
"/>.
63
/// Initializes a new instance of <see cref="
OpenIdConnectHandler
"/>.
OpenIdConnectOptions.cs (1)
15
/// Configuration options for <see cref="
OpenIdConnectHandler
"/>
OpenIdConnectPostConfigureOptions.cs (2)
48
typeof(
OpenIdConnectHandler
).FullName!, name, "v1");
55
typeof(
OpenIdConnectHandler
).FullName!,
Microsoft.AspNetCore.Authentication.Test (2)
OpenIdConnect\OpenIdConnectConfigurationTests.cs (2)
443
var
handler = await resolver.GetHandlerAsync(context, OpenIdConnectDefaults.AuthenticationScheme) as
OpenIdConnectHandler
;