Namespace Duende.IdentityServer.Hosting
Classes
- IdentityServerMiddleware
IdentityServer middleware
- MutualTlsEndpointMiddleware
Middleware for re-writing the MTLS enabled endpoints to the standard protocol endpoints
Interfaces
- IEndpointHandler
Endpoint handler
- IEndpointResult
An IEndpointResult is the object model that describes the results that will returned by one of the protocol endpoints provided by IdentityServer, and can be executed to produce an HTTP response.
- IEndpointRouter
The endpoint router is responsible for mapping incoming http requests onto IEndpointHandlers, for the protocol endpoints that IdentityServer supports.
- IHttpResponseWriter<T>
Contract for a service that writes appropriate http responses for IEndpointResult objects.