Table of Contents

Class DiscoveryDocument

Namespace
Duende.IdentityServer.Models
Assembly
Duende.IdentityServer.dll
public class DiscoveryDocument
Inheritance
DiscoveryDocument
Inherited Members

Constructors

DiscoveryDocument()

public DiscoveryDocument()

Properties

authorization_endpoint

public string authorization_endpoint { get; set; }

Property Value

string

check_session_iframe

public string check_session_iframe { get; set; }

Property Value

string

claims_supported

public string[] claims_supported { get; set; }

Property Value

string[]

code_challenge_methods_supported

public string[] code_challenge_methods_supported { get; set; }

Property Value

string[]

end_session_endpoint

public string end_session_endpoint { get; set; }

Property Value

string

frontchannel_logout_session_supported

public bool? frontchannel_logout_session_supported { get; set; }

Property Value

bool?

frontchannel_logout_supported

public bool? frontchannel_logout_supported { get; set; }

Property Value

bool?

grant_types_supported

public string[] grant_types_supported { get; set; }

Property Value

string[]

id_token_signing_alg_values_supported

public string[] id_token_signing_alg_values_supported { get; set; }

Property Value

string[]

introspection_endpoint

public string introspection_endpoint { get; set; }

Property Value

string

issuer

public string issuer { get; set; }

Property Value

string

jwks_uri

public string jwks_uri { get; set; }

Property Value

string

response_modes_supported

public string[] response_modes_supported { get; set; }

Property Value

string[]

response_types_supported

public string[] response_types_supported { get; set; }

Property Value

string[]

revocation_endpoint

public string revocation_endpoint { get; set; }

Property Value

string

scopes_supported

public string[] scopes_supported { get; set; }

Property Value

string[]

subject_types_supported

public string[] subject_types_supported { get; set; }

Property Value

string[]

token_endpoint

public string token_endpoint { get; set; }

Property Value

string

token_endpoint_auth_methods_supported

public string[] token_endpoint_auth_methods_supported { get; set; }

Property Value

string[]

userinfo_endpoint

public string userinfo_endpoint { get; set; }

Property Value

string