Share via


MsalAuthenticationOptions.RedirectUri Property

Definition

Gets or sets the redirect uri for the application.

public:
 property System::String ^ RedirectUri { System::String ^ get(); void set(System::String ^ value); };
public string RedirectUri { get; set; }
public string? RedirectUri { get; set; }
member this.RedirectUri : string with get, set
Public Property RedirectUri As String

Property Value

Remarks

It can be an absolute or base relative Uri and defaults to authentication/login-callback.

Applies to