次の方法で共有


AzureADOptions クラス

定義

注意事項

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

コンストラクター

AzureADOptions()
古い.

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

プロパティ

AllSchemes
古い.

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

CallbackPath
古い.

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

ClientId
古い.

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

ClientSecret
古い.

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

CookieSchemeName
古い.

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

Domain
古い.

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

Instance
古い.

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

JwtBearerSchemeName
古い.

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

OpenIdConnectSchemeName
古い.

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

SignedOutCallbackPath
古い.

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

TenantId
古い.

テナント ID を取得または設定します。

適用対象