Share via


DefaultAzureCredentialOptions.ExcludeSharedTokenCacheCredential Property

Definition

Specifies whether the SharedTokenCacheCredential will be excluded from the DefaultAzureCredential authentication flow. Setting to true disables single sign-on authentication with development tools which write to the shared token cache. The default is true.

public bool ExcludeSharedTokenCacheCredential { get; set; }
member this.ExcludeSharedTokenCacheCredential : bool with get, set
Public Property ExcludeSharedTokenCacheCredential As Boolean

Property Value

Applies to