Table of Contents

Namespace Cuemon.Extensions.AspNetCore.Authentication

Assembly: Cuemon.Extensions.AspNetCore.Authentication.dll

The Cuemon.Extensions.AspNetCore.Authentication namespace contains extension methods that complements the Cuemon.AspNetCore.Authentication namespace.

Availability: .NET 8, .NET 7 and .NET 6

Complements: Cuemon.AspNetCore.Authentication namespace 📘

Extension Methods

Type Ext Methods
IApplicationBuilder ⬇️ UseBasicAuthentication, UseDigestAccessAuthentication, UseHmacAuthentication
IServiceCollection ⬇️ AddInMemoryDigestAuthenticationNonceTracker

Classes

ApplicationBuilderExtensions

Extension methods for the Microsoft.AspNetCore.Builder.IApplicationBuilder interface.

AuthenticationBuilderExtensions

Extension methods for the Microsoft.AspNetCore.Authentication.AuthenticationBuilder class.

AuthorizationResponseHandler

Provides an opinionated implementation of Microsoft.AspNetCore.Authorization.IAuthorizationMiddlewareResultHandler that is optimized to deliver meaningful responses based on HTTP content negotiation.

AuthorizationResponseHandlerOptions

Specifies options that is related to AuthorizationResponseHandler operations.

ServiceCollectionExtensions

Extension methods for the Microsoft.Extensions.DependencyInjection.IServiceCollection interface.