AuthenticationWebBuilderExtensions Class

Extensions for the authentication web builder.

Definition

Namespace: Gemstone.Web.Security
Assembly: Gemstone.Web (in Gemstone.Web.dll) Version: 1.0.166 -- Release Build+4a305edb6f8467fec4d04bc8edb60d0dcc31a9ba
public static class AuthenticationWebBuilderExtensions
Inheritance
Object    AuthenticationWebBuilderExtensions

Methods

ConfigureGemstoneWebAuthentication(IServiceCollection, ActionIAuthenticationBuilder) Sets up the default configuration for services to support Gemstone authentication.
ConfigureGemstoneWebAuthenticationT(IServiceCollection) Sets up the default configuration for services to support Gemstone authentication.
ConfigureOAuthProvider Configures an authentication provider that uses OAuth to authenticate users.
UseGemstoneAuthentication(IApplicationBuilder) Automatically configures the request pipeline to support well-known authentication providers.
UseGemstoneAuthentication(IApplicationBuilder, ActionIAuthenticationWebBuilder) Configures the request pipeline to support authentication providers using the given configuration method.

See Also