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
public
LocalApiTokenMode
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
public
LocalApiAuthenticationEvents
Events
Allows implementing events
public
string
ClaimsIssuer
public
object
Events
public
System.​Type
EventsType
public
string
ForwardDefault
public
string
ForwardAuthenticate
public
string
ForwardChallenge
public
string
ForwardForbid
public
string
ForwardSignIn
public
string
ForwardSignOut
public
System.​Func<​Microsoft.​AspNetCore.​Http.​HttpContext, string>
ForwardDefaultSelector
TimeProvider
Methods
public
void
Validate​()
Inherited from Microsoft.​AspNetCore.​Authentication.​AuthenticationSchemeOptions
public
void
Validate​(string scheme)
Inherited from Microsoft.​AspNetCore.​Authentication.​AuthenticationSchemeOptions
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