MicrosoftIdentityWebAppAuthenticationBuilderWithConfiguration クラス

定義

EnableTokenAcquisitionToCallDownstreamApi の構成を使用できる、Microsoft ID Web アプリ認証のビルダー。

public class MicrosoftIdentityWebAppAuthenticationBuilderWithConfiguration : Microsoft.Identity.Web.MicrosoftIdentityWebAppAuthenticationBuilder
type MicrosoftIdentityWebAppAuthenticationBuilderWithConfiguration = class
    inherit MicrosoftIdentityWebAppAuthenticationBuilder
Public Class MicrosoftIdentityWebAppAuthenticationBuilderWithConfiguration
Inherits MicrosoftIdentityWebAppAuthenticationBuilder
継承
MicrosoftIdentityWebAppAuthenticationBuilderWithConfiguration

プロパティ

名前 説明
ConfigurationSection

オプションのバインド元となる構成セクション。

(継承元 MicrosoftIdentityBaseAuthenticationBuilder)
OpenIdConnectScheme

使用する OpenID Connect スキーム名。

(継承元 MicrosoftIdentityWebAppAuthenticationBuilder)
Services

構成されているサービス。

(継承元 MicrosoftIdentityBaseAuthenticationBuilder)

メソッド

名前 説明
EnableTokenAcquisitionToCallDownstreamApi(Action<ConfidentialClientApplicationOptions>, IEnumerable<String>)

Web アプリは Web API を呼び出します。 このオーバーライドを使用すると、プログラムで (MSAL.NET から) ConfidentialClientApplicationOptions を指定できます。

(継承元 MicrosoftIdentityWebAppAuthenticationBuilder)
EnableTokenAcquisitionToCallDownstreamApi(IEnumerable<String>)

API を呼び出すトークンを取得するための Web アプリのサポートを追加します。

適用対象