Share via


AzureADAuthenticationBuilderExtensions クラス

定義

注意事項

This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.

Azure Active Directory 認証をアプリケーションに追加するための拡張メソッド。

public ref class AzureADAuthenticationBuilderExtensions abstract sealed
public static class AzureADAuthenticationBuilderExtensions
[System.Obsolete("This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.")]
public static class AzureADAuthenticationBuilderExtensions
type AzureADAuthenticationBuilderExtensions = class
[<System.Obsolete("This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.")>]
type AzureADAuthenticationBuilderExtensions = class
Public Module AzureADAuthenticationBuilderExtensions
継承
AzureADAuthenticationBuilderExtensions
属性

メソッド

AddAzureAD(AuthenticationBuilder, Action<AzureADOptions>)
古い.

Azure Active Directory 認証をアプリケーションに追加します。

AddAzureAD(AuthenticationBuilder, String, String, String, String, Action<AzureADOptions>)
古い.

Azure Active Directory 認証をアプリケーションに追加します。

AddAzureADBearer(AuthenticationBuilder, Action<AzureADOptions>)
古い.

Azure Active Directory アプリケーションのアプリに JWT Bearer 認証を追加します。

AddAzureADBearer(AuthenticationBuilder, String, String, Action<AzureADOptions>)
古い.

Azure Active Directory アプリケーションのアプリに JWT Bearer 認証を追加します。

適用対象