次の方法で共有


Microsoft.AspNetCore.ApiAuthorization.IdentityServer 名前空間

ASP.NET Core認証と承認で IdentityServer を使用するための型が含まれています。

クラス

ApiAuthorizationDbContext<TUser>

ASP.NET Identity と Identity Server を使用した の組み合わせ DbContext に対するデータベースの抽象化。

ApiAuthorizationOptions

API 承認のオプション。

ApiResourceBuilder

API リソースのビルダー

ApiResourceCollection

Duende.IdentityServer.Models.ApiResource のコレクション。

ApiScopeCollection

Duende.IdentityServer.Models.ApiScope のコレクション。

ApplicationProfiles

承認サーバー内のアプリケーションのさまざまなアプリケーション プロファイルの定数。

ApplicationProfilesPropertyNames

アプリケーション プロファイルに関する情報をそれぞれ または の または Duende.IdentityServer.Models.Resource.PropertiesDuende.IdentityServer.Models.ClientDuende.IdentityServer.Models.ApiResourceDuende.IdentityServer.Models.Client.Properties格納するために使用される定数。

ApplicationProfilesPropertyValues

特定 ApplicationProfilesPropertyNames のキーに対して定義された特殊な値の定数。

ClientBuilder

クライアントのビルダー。

ClientCollection

Duende.IdentityServer.Models.Client のコレクション。

ClientParametersTagHelper

特定の oauth/openid クライアントのクライアント パラメーターをデータ属性として生成するためのタグ ヘルパー。

IdentityResourceBuilder

ID リソースのビルダー

IdentityResourceCollection

Duende.IdentityServer.Models.IdentityResource のコレクション。

IdentityServerJwtConstants

既定の API 認証ハンドラーの定数。

インターフェイス

IClientRequestParametersProvider

構成されたクライアントの oauth/openID パラメーター値を生成します。

注釈

ASP.NET Core アプリでの IdentityServer の使用の詳細については、「SPA の認証と承認」を参照してください。