Table of Contents

TOidcClient.AutoDiscover Property

Gets or sets whether endpoint URLs are discovered automatically from the provider metadata.

Remarks

When True (the default), TOidcClient fetches Authority + "/.well-known/openid-configuration" before the first request to populate endpoint URLs. When False, you must populate ProviderInfo manually before starting any flow.

Syntax

Unit: Sphinx.OidcClient

property TOidcClient.AutoDiscover: Boolean

See also