Class IdentityServerConstants
- Namespace
- Duende.IdentityServer
- Assembly
- Duende.IdentityServer.dll
public static class IdentityServerConstants
- Inheritance
-
IdentityServerConstants
- Inherited Members
-
Fields
AccessTokenAudience
public const string AccessTokenAudience = "{0}resources"
Field Value
- string
DefaultCheckSessionCookieName
public const string DefaultCheckSessionCookieName = "idsrv.session"
Field Value
- string
DefaultCookieAuthenticationScheme
public const string DefaultCookieAuthenticationScheme = "idsrv"
Field Value
- string
ExternalCookieAuthenticationScheme
public const string ExternalCookieAuthenticationScheme = "idsrv.external"
Field Value
- string
JwtRequestClientKey
public const string JwtRequestClientKey = "idsrv.jwtrequesturi.client"
Field Value
- string
LocalIdentityProvider
public const string LocalIdentityProvider = "local"
Field Value
- string
PushedAuthorizationRequestUri
public const string PushedAuthorizationRequestUri = "urn:ietf:params:oauth:request_uri"
Field Value
- string
SignoutScheme
public const string SignoutScheme = "idsrv"
Field Value
- string
SupportedDPoPSigningAlgorithms
public static readonly IEnumerable<string> SupportedDPoPSigningAlgorithms
Field Value
- IEnumerable<string>
SupportedSigningAlgorithms
public static readonly IEnumerable<string> SupportedSigningAlgorithms
Field Value
- IEnumerable<string>