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
protected readonly
Configuration.​IdentityServerOptions
Options
The options
protected readonly
Validation.​ExtensionGrantValidator
ExtensionGrants
The extension grants validator
protected readonly
Services.​IKeyMaterialService
Keys
The key material service
protected readonly
Validation.​IResourceOwnerPasswordValidator
ResourceOwnerValidator
The resource owner validator
protected readonly
Stores.​IResourceStore
ResourceStore
The resource store
protected readonly
Validation.​ISecretsListParser
SecretParsers
The secret parsers
protected readonly
Microsoft.​Extensions.​Logging.​ILogger
Logger
The logger
Methods
public
System.​Threading.​Tasks.​Task<​System.​Collections.​Generic.​Dictionary<​string, object>>
CreateDiscoveryDocumentAsync​(string baseUrl,
string issuerUri)
Creates the discovery document.
baseUrl
The base URL.
issuerUri
The issuer URI.
public
System.​Threading.​Tasks.​Task<​System.​Collections.​Generic.​IEnumerable<​Models.​JsonWebKey>>
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
protected
object
MemberwiseClone​()
Inherited from object
public
string
ToString​()
Inherited from object