Table of Contents

TSphinxClientApp.PostLogoutRedirectUris Property

Holds the list of URIs that can be used as redirect targets after a successful logout.

Remarks

When a logout request includes a post_logout_redirect_uri parameter, the value must exactly match one of the URIs registered in this list. Logout requests with an unregistered URI are rejected. If this list is empty, the post_logout_redirect_uri parameter is not accepted.

Syntax

Unit: Sphinx.Comp.ClientApp

property TSphinxClientApp.PostLogoutRedirectUris: TStrings

See also