Table of Contents

TOidcClient.Authority Property

Gets or sets the base URL of the OpenID Connect provider (the issuer).

Remarks

When AutoDiscover is True, the discovery document is fetched from Authority + "/.well-known/openid-configuration". The value must not end with a trailing slash; any trailing slash is removed automatically on assignment.

Syntax

Unit: Sphinx.OidcClient

property TOidcClient.Authority: string

See also