OpenIdConnectOptions.SignedOutRedirectUri Property

Definition

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

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

Property Value

Remarks

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

Applies to