OpenIdConnectOptions.PostLogoutRedirectUri Property

Definition

The uri where the user agent will be returned to after application is signed out from the identity provider. The redirect will happen after the SignedOutCallbackPath is invoked.

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

Property Value

Remarks

This URI can be out of the application's domain. By default it points to the root.

Applies to