次の方法で共有


IdentityProviders クラス

定義

App Service認証/承認の構成に使用される各 ID プロバイダーの構成設定。

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

コンストラクター

IdentityProviders()

IdentityProviders クラスの新しいインスタンスを初期化します。

IdentityProviders(AzureActiveDirectory, Facebook, GitHub, Google, LegacyMicrosoftAccount, Twitter, Apple, AzureStaticWebApps, IDictionary<String, CustomOpenIdConnectProvider>)

IdentityProviders クラスの新しいインスタンスを初期化します。

プロパティ

Apple

Apple プロバイダーの構成設定を取得または設定します。

AzureActiveDirectory

Azure Active Directory プロバイダーの構成設定を取得または設定します。

AzureStaticWebApps

Azure Static Web Apps プロバイダーの構成設定を取得または設定します。

CustomOpenIdConnectProviders

各カスタム Open ID Connect プロバイダーのエイリアスの名前のマップを、カスタム Open ID Connect プロバイダーの構成設定に対して取得または設定します。

Facebook

Facebook プロバイダーの構成設定を取得または設定します。

GitHub

GitHub プロバイダーの構成設定を取得または設定します。

Google

Google プロバイダーの構成設定を取得または設定します。

LegacyMicrosoftAccount

レガシ Microsoft アカウント プロバイダーの構成設定を取得または設定します。

Twitter

Twitter プロバイダーの構成設定を取得または設定します。

適用対象