AzureActiveDirectoryOpenIdConnectAuthenticationProvider クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
によって使用される特殊化された Microsoft.Owin.Security.OAuth.OAuthBearerAuthenticationProvider を提供します AzureActiveDirectoryExtendedLoginProvider。
public class AzureActiveDirectoryOpenIdConnectAuthenticationProvider : Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectoryLoginAuthenticationProvider, Microsoft.WindowsAzure.Mobile.Service.Security.Providers.AzureActiveDirectory.IAzureActiveDirectoryOpenIdConnectAuthenticationProvider
type AzureActiveDirectoryOpenIdConnectAuthenticationProvider = class
inherit AzureActiveDirectoryLoginAuthenticationProvider
interface IAzureActiveDirectoryOpenIdConnectAuthenticationProvider
Public Class AzureActiveDirectoryOpenIdConnectAuthenticationProvider
Inherits AzureActiveDirectoryLoginAuthenticationProvider
Implements IAzureActiveDirectoryOpenIdConnectAuthenticationProvider
- 継承
-
Microsoft.Owin.Security.OAuth.OAuthBearerAuthenticationProviderAzureActiveDirectoryOpenIdConnectAuthenticationProvider
- 実装
コンストラクター
AzureActiveDirectoryOpenIdConnectAuthenticationProvider(HttpConfiguration) |
テナント発行者の検証なしで、 AzureActiveDirectoryLoginAuthenticationProvider クラスの新しいインスタンスを初期化します。 |
AzureActiveDirectoryOpenIdConnectAuthenticationProvider(HttpConfiguration, IEnumerable<String>) |
テナント発行者の検証を使用して、 クラスの AzureActiveDirectoryLoginAuthenticationProvider 新しいインスタンスを初期化します。 |
プロパティ
Config |
このインスタンスに関連付けられている System.Web.Http.HttpConfiguration。 (継承元 AzureActiveDirectoryLoginAuthenticationProvider) |
Tenants |
許可する必要があるテナントのコレクション。 (継承元 AzureActiveDirectoryLoginAuthenticationProvider) |
メソッド
明示的なインターフェイスの実装
IAzureActiveDirectoryOpenIdConnectAuthenticationProvider.RequestToken(AzureActiveDirectoryOpenIdConnectRequestTokenContext) |
が作成される前に ClaimsIdentity 呼び出されます。 アプリケーションに、別の場所から ID を検索し、トークンを調整または拒否する機会を与えます。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET