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.
interface Duende.​IdentityServer.​Validation.​ISecretsListParser
Assembly: Duende.IdentityServer
Parser for finding the best secret in an Enumerable List
Methods
System.​Threading.​Tasks.​Task<​Models.​ParsedSecret>
ParseAsync​(Microsoft.​AspNetCore.​Http.​HttpContext context)
Tries to find the best secret on the context that can be used for authentication
Returns A parsed secret
context
The HTTP context.
System.​Collections.​Generic.​IEnumerable<​string>
GetAvailableAuthenticationMethods​()
Gets all available authentication methods.