次の方法で共有


AzureADB2COptions クラス

定義

注意事項

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 AzureADB2COptions
public class AzureADB2COptions
[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 class AzureADB2COptions
type AzureADB2COptions = 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 AzureADB2COptions = class
Public Class AzureADB2COptions
継承
AzureADB2COptions
属性

コンストラクター

AzureADB2COptions()
古い.

Azure Active Directory B2C を使用して認証を構成するためのオプション。

プロパティ

AllSchemes
古い.

基になるすべての認証スキームを取得します。

CallbackPath
古い.

サインイン コールバック パスを取得または設定します。

ClientId
古い.

クライアント ID を取得または設定します。

ClientSecret
古い.

クライアント シークレットを取得または設定します。

CookieSchemeName
古い.

Azure Active Directory B2C 認証のこのインスタンスでのサインインに使用する Cookie 認証スキームを取得または設定します。

DefaultPolicy
古い.

既定のポリシーを取得または設定します。

Domain
古い.

Azure Active Directory B2C テナントのドメインを取得または設定します。

EditProfilePolicyId
古い.

プロファイル ポリシーの編集名を取得または設定します。

Instance
古い.

Azure Active Directory B2C インスタンスを取得または設定します。

JwtBearerSchemeName
古い.

Azure Active Directory B2C ベアラー認証のこのインスタンスのアクセス トークンの検証に使用する Jwt ベアラー認証スキームを取得または設定します。

OpenIdConnectSchemeName
古い.

Azure Active Directory B2C 認証のこのインスタンスでの認証に使用する OpenID Connect 認証スキームを取得または設定します。

ResetPasswordPolicyId
古い.

パスワード のリセット ポリシー ID を取得または設定します。

SignedOutCallbackPath
古い.

サインアウト コールバック パスを取得または設定します。

SignUpSignInPolicyId
古い.

サインアップまたはサインイン ポリシー名を取得または設定します。

適用対象