OpenIdConnectOptions.SignedOutRedirectUri 属性

定义

从标识提供者注销应用程序后,用户代理将重定向到的 URI。 重定向将在调用 SignedOutCallbackPath 之后发生。

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

属性值

注解

此 URI 可能不在应用程序的域外。 默认情况下,它指向根。

适用于