Language

AuthenticationProviderProperties.ClientSecret Property

Definition

The absolute HTTPS Key Vault secret URL identifying the client secret used for authentication. This property is required for user sign-in policies. It holds only the Key Vault reference; the secret value itself is never accepted or returned by this API and is read from Key Vault at runtime using the resource's user-assigned identity. The secret value stored in Key Vault can contain up to 4096 characters. Example: https://myvault.vault.azure.net/secrets/mysecret.

public Uri ClientSecret { get; set; }
member this.ClientSecret : Uri with get, set
Public Property ClientSecret As Uri

Property Value

Uri

Applies to