10 references to WsFederationHandler
Microsoft.AspNetCore.Authentication.WsFederation (10)
RedirectContext.cs (1)
10/// When a user configures the <see cref="WsFederationHandler"/> to be notified prior to redirecting to an IdentityProvider
WsFederationEvents.cs (1)
7/// Specifies events which the <see cref="WsFederationHandler"></see> invokes to enable developer control over the authentication process. />
WsFederationExtensions.cs (6)
12/// Extensions for registering the <see cref="WsFederationHandler"/>. 17/// Registers the <see cref="WsFederationHandler"/> using the default authentication scheme, display name, and options. 25/// Registers the <see cref="WsFederationHandler"/> using the default authentication scheme, display name, and the given options configuration. 34/// Registers the <see cref="WsFederationHandler"/> using the given authentication scheme, default display name, and the given options configuration. 44/// Registers the <see cref="WsFederationHandler"/> using the given authentication scheme, display name, and options configuration. 54return builder.AddRemoteScheme<WsFederationOptions, WsFederationHandler>(authenticationScheme, displayName, configureOptions);
WsFederationOptions.cs (1)
18/// Configuration options for <see cref="WsFederationHandler"/>
WsFederationPostConfigureOptions.cs (1)
48typeof(WsFederationHandler).FullName!, name, "v1");