OpenIdConnectOptions.SignedOutRedirectUri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.