Table of Contents

Class AppServicesAuthenticationBuilderExtensions

Namespace
Microsoft.Identity.Web
Assembly
Microsoft.Identity.Web.dll

Extension methods related to App Services authentication (Easy Auth).

public static class AppServicesAuthenticationBuilderExtensions
Inheritance
AppServicesAuthenticationBuilderExtensions
Inherited Members

Methods

AddAppServicesAuthentication(AuthenticationBuilder)

Add authentication with App Services.

public static AuthenticationBuilder AddAppServicesAuthentication(this AuthenticationBuilder builder)

Parameters

builder AuthenticationBuilder

Authentication builder.

Returns

AuthenticationBuilder

The builder, to chain commands.