TSphinxClientApp.RedirectUris Property
The list of valid redirect URIs accepted for the client.
Remarks
Clients should restrict the allowed redirect URIs that can be used. When an authorization request is made on behalf of the client, a redirect URI is provided, which will be used to send the authorization information. Sphinx server will only accept authorization requests if the provided redirect URI is present in RedirectURIs property. The redirect URI match must be exact (all characters), although it is case-insensitive. The only exception is the URL "http://127.0.0.1" (without double quotes). If you add such string to the RedirectURIs, then Sphinx server will accept any redirect URL pointing to such host, regardless of the absolut path or port. For example, the URL "http://127.0.0.1:8000/callback" will be accepted as a valid redirect URI.
Syntax
Unit: Sphinx.Comp.ClientApp
property TSphinxClientApp.RedirectUris: TStrings