OpenIdConnectAuthenticationOptions.PostLogoutRedirectUri Property

 

Gets or sets the 'post_logout_redirect_uri'

Namespace:   Microsoft.Owin.Security.OpenIdConnect
Assembly:  Microsoft.Owin.Security.OpenIdConnect (in Microsoft.Owin.Security.OpenIdConnect.dll)

Syntax

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

Property Value

Type: System.String

Returns String.

Remarks

This is sent to the OP as the redirect for the user-agent.

See Also

OpenIdConnectAuthenticationOptions Class
Microsoft.Owin.Security.OpenIdConnect Namespace

Return to top