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.

class Duende.​IdentityServer.​ResponseHandling.​DiscoveryResponseGenerator

Assembly: Duende.IdentityServer

Inheritance: object → DiscoveryResponseGenerator

Implemented Interfaces

Default implementation of the discovery endpoint response generator

Fields and Constants

Options
The options
ExtensionGrants
The extension grants validator
protected readonly Services.​IKeyMaterialService
Keys
The key material service
ResourceOwnerValidator
The resource owner validator
protected readonly Stores.​IResourceStore
ResourceStore
The resource store
SecretParsers
The secret parsers
The logger

Methods

CreateDiscoveryDocumentAsync​(string baseUrl, string issuerUri)
Creates the discovery document.
baseUrl The base URL.
issuerUri The issuer URI.
CreateJwkDocumentAsync​()
Creates the JWK document.
public bool
Equals​(object obj)
Inherited from object
protected void
Finalize​()
Inherited from object
public int
GetHashCode​()
Inherited from object
GetType​()
Inherited from object
protected object
MemberwiseClone​()
Inherited from object
public string
ToString​()
Inherited from object