AzureADB2CAuthenticationBuilderExtensions クラス

定義

注意事項

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 B2C 認証をアプリケーションに追加するための拡張メソッド。

public ref class AzureADB2CAuthenticationBuilderExtensions abstract sealed
public static class AzureADB2CAuthenticationBuilderExtensions
[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 AzureADB2CAuthenticationBuilderExtensions
type AzureADB2CAuthenticationBuilderExtensions = 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 AzureADB2CAuthenticationBuilderExtensions = class
Public Module AzureADB2CAuthenticationBuilderExtensions
継承
AzureADB2CAuthenticationBuilderExtensions
属性

メソッド

AddAzureADB2C(AuthenticationBuilder, Action<AzureADB2COptions>)
古い.

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

AddAzureADB2C(AuthenticationBuilder, String, String, String, String, Action<AzureADB2COptions>)
古い.

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

AddAzureADB2CBearer(AuthenticationBuilder, Action<AzureADB2COptions>)
古い.

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

AddAzureADB2CBearer(AuthenticationBuilder, String, String, Action<AzureADB2COptions>)
古い.

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

適用対象