次の方法で共有


AppServiceAadLoginFlow クラス

定義

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

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

コンストラクター

AppServiceAadLoginFlow()

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

プロパティ

IsWwwAuthenticateDisabled

<要求>から www-authenticate プロバイダーを省略する必要がある場合はコード true</code>。それ以外の場合は、<false/code を>コード>化します<。

LoginParameters

ユーザーがログインしたときに OpenID Connect 承認エンドポイントに送信するログイン パラメーター。 各パラメーターは、"key=value" の形式である必要があります。

適用対象