AzureADAuthenticationBuilderExtensions クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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 AzureADAuthenticationBuilderExtensions abstract sealed
public static class AzureADAuthenticationBuilderExtensions
[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 static class AzureADAuthenticationBuilderExtensions
type AzureADAuthenticationBuilderExtensions = 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 AzureADAuthenticationBuilderExtensions = class
Public Module AzureADAuthenticationBuilderExtensions
- 継承
-
AzureADAuthenticationBuilderExtensions
- 属性
メソッド
AddAzureAD(AuthenticationBuilder, Action<AzureADOptions>) |
古い.
Azure Active Directory 認証をアプリケーションに追加します。 |
AddAzureAD(AuthenticationBuilder, String, String, String, String, Action<AzureADOptions>) |
古い.
Azure Active Directory 認証をアプリケーションに追加します。 |
AddAzureADBearer(AuthenticationBuilder, Action<AzureADOptions>) |
古い.
Azure Active Directory アプリケーションのアプリに JWT Bearer 認証を追加します。 |
AddAzureADBearer(AuthenticationBuilder, String, String, Action<AzureADOptions>) |
古い.
Azure Active Directory アプリケーションのアプリに JWT Bearer 認証を追加します。 |