Marcello Caron
09/26/2024, 5:57 PMuser
09/26/2024, 5:57 PMMarcello Caron
09/26/2024, 6:02 PMMarcello Caron
09/26/2024, 6:02 PMuser
09/26/2024, 6:02 PM/oauth/callback
. However, the exact URL would depend on how you have configured your Airbyte instance and where it is hosted. For example, if your Airbyte instance is hosted at <http://my-airbyte-instance.com>
, the OAuth callback URL would be <http://my-airbyte-instance.com/oauth/callback>
. Please note that this URL is used to receive OAuth callbacks, which are redirected to by identity providers after authentication. For more details, you can refer to the [Airbyte Public API - OAuth](https://reference.airbyte.com/reference/start) documentation.user
09/26/2024, 6:02 PMuser
09/26/2024, 6:03 PM/oauth/callback
. However, the exact URL would depend on how you have configured your Airbyte instance and where it is hosted. For example, if your Airbyte instance is hosted at <http://my-airbyte-instance.com>
, the OAuth callback URL would be <http://my-airbyte-instance.com/oauth/callback>
. Please note that this URL is used to receive OAuth callbacks, which are redirected to by identity providers after authentication. For more details, you can refer to the [Airbyte Public API - OAuth](https://reference.airbyte.com/reference/start) documentation.Marcello Caron
09/26/2024, 6:03 PMuser
09/26/2024, 6:03 PMuser
09/26/2024, 6:03 PM<http://my-airbyte-instance.com:8000>
, the OAuth callback URL would be <http://my-airbyte-instance.com:8000/oauth/callback>
. Please note that the port number 8000
is just an example. You should replace it with the actual port number where your Airbyte instance is running. Remember, this URL is used to receive OAuth callbacks, which are redirected to by identity providers after authentication. For more details, you can refer to the [Airbyte Public API - OAuth](https://reference.airbyte.com/reference/start) documentation.