Interface IDiscoveryResponseGenerator
- Namespace
- Duende.IdentityServer.ResponseHandling
- Assembly
- Duende.IdentityServer.dll
Interface for discovery endpoint response generator
public interface IDiscoveryResponseGenerator
Methods
CreateDiscoveryDocumentAsync(string, string)
Creates the discovery document.
Task<Dictionary<string, object>> CreateDiscoveryDocumentAsync(string baseUrl, string issuerUri)
Parameters
Returns
CreateJwkDocumentAsync()
Creates the JWK document.
Task<IEnumerable<JsonWebKey>> CreateJwkDocumentAsync()