The Redirect URI for Web Manager differs in both cases. In Okta it does not require a '/', however, in Auth0 it does require a '/'. Below is an example:
Okta: http://localhost:8610/manager
Auth0: http://localhost:8610/manager/
NOTE: (1) For Sign-in redirect URIs, use the hostnames that are specific to the environment. For example, if the client applications are hosted from localhost, and the server, even though it is localhost, is hosted on the local machine dummy-t460 (Go to control panel > system > Device name and Full device name). Whichever the hostname is, include it in /webui, /manager, and /oauth2studiocallback as URI paths.
(2) This distinction is applicable solely to the specified version of TIBCO Data Virtualization. However, it is important to note that this discrepancy will be eliminated in subsequent versions of TIBCO Data Virtualization.
Issue/Introduction
This article states the Redirect URIs that should be used while configuring the OAuth2 domain against Okta and Auth0 as an Identity provider. This also states the difference in the Redirect URIs required for both Identity Providers.