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.​Hosting.​IEndpointRouter
Assembly: Duende.IdentityServer
The endpoint router is responsible for mapping incoming http requests onto <see cref="T:Duende.IdentityServer.Hosting.IEndpointHandler" /> s, for the protocol endpoints that IdentityServer supports.
Methods
Find​(Microsoft.​AspNetCore.​Http.​HttpContext context)
Finds a matching <see cref="T:Duende.IdentityServer.Hosting.IEndpointHandler" /> for an incoming http
request.
Returns The handler to process a protocol request, or null, if the
incoming http request is not a protocol request.
context
The HTTP context.