Share via


MsalAuthenticationOptions.PostLogoutRedirectUri Property

Definition

Gets or sets the post logout redirect uri for the application.

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

Property Value

Remarks

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

Applies to