Table of Contents

TProviderInformation Class

Holds the endpoint URLs for an OpenID Connect provider.

Remarks

When AutoDiscover is enabled on TOidcClient, these values are populated automatically from the provider's discovery document. When AutoDiscover is disabled, they must be set manually via the ProviderInfo property before starting an authorization flow.

Syntax

Unit: Sphinx.OidcClient

TProviderInformation = class(TObject);

Properties

Name Description
Authorization​Endpoint Gets or sets the URL of the authorization endpoint.
EndSessionEndpoint Gets or sets the URL of the end-session (logout) endpoint.
Issuer Gets or sets the issuer identifier of the OpenID Connect provider.
TokenEndpoint Gets or sets the URL of the token endpoint.