OpenIdConnectOptions.PostLogoutRedirectUri 属性

定义

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

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

属性值

注解

此 URI 可以脱离应用程序的域。 默认情况下,它指向根。

适用于