Early Preview
This is currently very much a preview. Please feel free to try things out,
but don't be upset if anything is not yet working. Feedback is welcome over on our
GitHub Dicussions page.
class Duende.​IdentityServer.​Hosting.​LocalApiAuthentication.​LocalApiAuthenticationHandler
Assembly: Duende.IdentityServer
Inheritance: object → Microsoft.​AspNetCore.​Authentication.​AuthenticationHandler<​LocalApiAuthenticationOptions> → LocalApiAuthenticationHandler
Implemented Interfaces
- Microsoft.​AspNetCore.​Authentication.​IAuthenticationHandler Implemented by: AuthenticationHandler<​Duende.​IdentityServer.​Hosting.​LocalApiAuthentication.​LocalApiAuthenticationOptions>
Authentication handler for validating access token from the local IdentityServer
Properties
protected
LocalApiAuthenticationEvents
Events
The handler calls methods on the events which give the application control at certain points where processing is occurring.
If it is not provided a default instance is supplied which does nothing when the methods are called.
Scheme
Options
Context
Request
Response
OriginalPath
OriginalPathBase
Logger
protected
System.​Text.​Encodings.​Web.​UrlEncoder
UrlEncoder
protected
Microsoft.​AspNetCore.​Authentication.​ISystemClock
Clock
protected
System.​TimeProvider
TimeProvider
protected
Microsoft.​Extensions.​Options.​IOptionsMonitor<​LocalApiAuthenticationOptions>
OptionsMonitor
protected
object
Events
protected
string
ClaimsIssuer
protected
string
CurrentUri
Methods
protected
System.​Threading.​Tasks.​Task<​object>
CreateEventsAsync​()
protected
System.​Threading.​Tasks.​Task<​Microsoft.​AspNetCore.​Authentication.​AuthenticateResult>
HandleAuthenticateAsync​()
HandleChallengeAsync​(Microsoft.​AspNetCore.​Authentication.​AuthenticationProperties properties)
InitializeAsync​(Microsoft.​AspNetCore.​Authentication.​AuthenticationScheme scheme,
Microsoft.​AspNetCore.​Http.​HttpContext context)
Inherited from Microsoft.​AspNetCore.​Authentication.​AuthenticationHandler<​LocalApiAuthenticationOptions>
InitializeEventsAsync​()
Inherited from Microsoft.​AspNetCore.​Authentication.​AuthenticationHandler<​LocalApiAuthenticationOptions>
InitializeHandlerAsync​()
Inherited from Microsoft.​AspNetCore.​Authentication.​AuthenticationHandler<​LocalApiAuthenticationOptions>
protected
string
BuildRedirectUri​(string targetPath)
Inherited from Microsoft.​AspNetCore.​Authentication.​AuthenticationHandler<​LocalApiAuthenticationOptions>
protected
string
ResolveTarget​(string scheme)
Inherited from Microsoft.​AspNetCore.​Authentication.​AuthenticationHandler<​LocalApiAuthenticationOptions>
public
System.​Threading.​Tasks.​Task<​Microsoft.​AspNetCore.​Authentication.​AuthenticateResult>
AuthenticateAsync​()
Inherited from Microsoft.​AspNetCore.​Authentication.​AuthenticationHandler<​LocalApiAuthenticationOptions>
protected
System.​Threading.​Tasks.​Task<​Microsoft.​AspNetCore.​Authentication.​AuthenticateResult>
HandleAuthenticateOnceAsync​()
Inherited from Microsoft.​AspNetCore.​Authentication.​AuthenticationHandler<​LocalApiAuthenticationOptions>
protected
System.​Threading.​Tasks.​Task<​Microsoft.​AspNetCore.​Authentication.​AuthenticateResult>
HandleAuthenticateOnceSafeAsync​()
Inherited from Microsoft.​AspNetCore.​Authentication.​AuthenticationHandler<​LocalApiAuthenticationOptions>
HandleForbiddenAsync​(Microsoft.​AspNetCore.​Authentication.​AuthenticationProperties properties)
Inherited from Microsoft.​AspNetCore.​Authentication.​AuthenticationHandler<​LocalApiAuthenticationOptions>
ChallengeAsync​(Microsoft.​AspNetCore.​Authentication.​AuthenticationProperties? properties)
Inherited from Microsoft.​AspNetCore.​Authentication.​AuthenticationHandler<​LocalApiAuthenticationOptions>
ForbidAsync​(Microsoft.​AspNetCore.​Authentication.​AuthenticationProperties? properties)
Inherited from Microsoft.​AspNetCore.​Authentication.​AuthenticationHandler<​LocalApiAuthenticationOptions>
public
bool
Equals​(object obj)
Inherited from object
protected
void
Finalize​()
Inherited from object
public
int
GetHashCode​()
Inherited from object
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object