Table of Contents

Class IdentityServerConstants.LocalApi

Namespace
Duende.IdentityServer
Assembly
Duende.IdentityServer.dll

Constants for local IdentityServer access token authentication.

public static class IdentityServerConstants.LocalApi
Inheritance
IdentityServerConstants.LocalApi
Inherited Members

Fields

AuthenticationScheme

The authentication scheme when using the AddLocalApi helper.

public const string AuthenticationScheme = "IdentityServerAccessToken"

Field Value

string

PolicyName

The authorization policy name when using the AddLocalApiAuthentication helper.

public const string PolicyName = "IdentityServerAccessToken"

Field Value

string

ScopeName

The API scope name when using the AddLocalApiAuthentication helper.

public const string ScopeName = "IdentityServerApi"

Field Value

string