OAuth callback redirect URL

When your app needs to use a callback URL for authentication purposes, the URL should be structured as follows:

https://<your-tenant-address>/callback/oauth<1 or 2> (depending on OAuth version)

This structure conforms to the (IETF) The OAuth 2.0 Authorization Framework.

Any component which runs the authentication through the OAuth is set by default to use Connect’s main callback redirect URL: https://app.connect.squiz.cloud/callback/oauth2

This means the authorization process would be unsuccessful if the same app is deployed into a different tenant (that is, a different base URL).

Be sure to configure your OAuth app with the specifically created OAuth keys as environment variables.