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

Authentication handler for validating access token from the local IdentityServer

Properties

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.
TimeProvider
protected object
Events
protected string
ClaimsIssuer
protected string
CurrentUri

Methods

CreateEventsAsync​()
protected string
BuildRedirectUri​(string targetPath)
protected string
ResolveTarget​(string scheme)
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object