Share via


InteractiveBrowserCredentialOptions.RedirectUri Property

Definition

Uri where the STS will call back the application with the security token. This parameter is not required if the caller is not using a custom ClientId. In the case that the caller is using their own ClientId the value must match the redirect url specified when creating the application registration.

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

Property Value

Uri

Applies to