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.

enum Duende.​IdentityServer.​Hosting.​LocalApiAuthentication.​LocalApiTokenMode

Assembly: Duende.IdentityServer

Models the type of tokens accepted for local API authentication

Values

BearerOnly
Only bearer tokens will be accepted
DPoPOnly
Only DPoP tokens will be accepted
DPoPAndBearer
Both DPoP and Bearer tokens will be accepted