Click or drag to resize

OpenIdConnectDiscoveryDocument Properties

The OpenIdConnectDiscoveryDocument type exposes the following members.

Properties
 NameDescription
Public propertyAuthorizationEndpoint Gets or sets the auth endont
Public propertyGrantTypesSupported Grant types supported
Public propertyIdTokenSigning Gets the signing algorithms
Public propertyIssuer Gets or sets the issuer of the token
Public propertyResponseTypesSupported Gets or sets the response types supported
Public propertyScopesSupported Gets the scopes supported
Public propertySigningKeyEndpoint The JWKS URI
Public propertySignoutEndpoint Gets or sets the endpoint that is used to sign out of the currently established session.
Public propertySubjectTypesSupported Gets the subject types supported
Public propertyTokenEndpoint Gets or sets the token endpoint
Public propertyUserInfoEndpoint Get the user information endpoint
Top
See Also