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.​LocalApiAuthenticationOptions

Assembly: Duende.IdentityServer

Inheritance: object → Microsoft.​AspNetCore.​Authentication.​AuthenticationSchemeOptions → LocalApiAuthenticationOptions

Options for local API authentication

Properties

TokenMode
Indicates if bearer and/or DPoP tokens are accepted.
public string
ExpectedScope
Allows setting a specific required scope (optional)
public bool
SaveToken
Specifies whether the token should be saved in the authentication properties
Allows implementing events
public string
ClaimsIssuer
public object
Events
EventsType
public string
ForwardDefault
public string
ForwardAuthenticate
public string
ForwardChallenge
public string
ForwardForbid
public string
ForwardSignIn
public string
ForwardSignOut
ForwardDefaultSelector
TimeProvider

Methods

public void
Validate​(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