你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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