次の方法で共有


AppServiceAadProvider クラス

定義

Azure Active Directory プロバイダーの構成設定。

public class AppServiceAadProvider
type AppServiceAadProvider = class
Public Class AppServiceAadProvider
継承
AppServiceAadProvider

コンストラクター

AppServiceAadProvider()

AppServiceAadProvider の新しいインスタンスを初期化します。

プロパティ

IsAutoProvisioned

Azure AD 構成がファースト パーティツールを使用して自動プロビジョニングされたかどうかを示す値を取得します。 これは、主に Azure 管理ポータルをサポートすることを目的とした内部フラグです。 ユーザーは、このプロパティの読み取りまたは書き込みを行うべきではありません。

IsEnabled

<code>false</code> if the Azure Active Directory provider should be enabled despite the set registration, otherwise, <code>true</code>.

Login

Azure Active Directory ログイン フローの構成設定。

Registration

Azure Active Directory アプリ登録の構成設定。

Validation

Azure Active Directory トークン検証フローの構成設定。

適用対象