Mor Iluz
10/28/2024, 12:10 PMuser
10/28/2024, 12:10 PM<https://cloud.airbyte.com/auth/realms/<your-company-identifier>/broker/default/endpoint>
Make sure you've replaced <your-company-identifier>
with the correct value provided by Airbyte. 4. Token Endpoint: Ensure that the token endpoint URL in your Airbyte connector configuration matches the one provided in the OpenID Connect metadata document from your Entra ID application. 5. Network Issues: The error message you're seeing is similar to one reported in another issue where there were network connectivity problems. Ensure that your Airbyte instance has proper network access to reach Microsoft's authentication servers. If you've verified all of the above and are still encountering issues, you may want to: - Double-check all the steps in the [Microsoft Entra ID connector documentation](https://docs.airbyte.com/integrations/sources/microsoft-entra-id?_gl=1*kz99yi*_gcl_aw*R0NMLjE3MzAwNTU3MzEuQ2p3S0NBand5ZmU0QmhBV0Vpd0FrSUw4c0J5czQyOFhKS0ZRWFhfdjMySmRTUTlEUWJ5NHQyUlQtVzJWSk9fVXhCTFViU3UwQ0pBOE94b0NIcWdRQXZEX0J3RQ..*_gcl_au*MTE0ODYzOTc3MS4xNzMwMDMwMzY1LjE5ODE5MDE1NjAuMTczMDExNTE2Mi4xNzMwMTE1ODMx) to ensure you haven't missed any configuration steps. - Try regenerating your client secret in the Azure portal and updating it in your Airbyte connector configuration. - If possible, test the OAuth flow outside of Airbyte (e.g., using Postman) to isolate whether the issue is specific to Airbyte or a general problem with your Entra ID configuration. If the problem persists after trying these steps, you may need to reach out to Airbyte support for further assistance, as there could be an issue specific to your Airbyte Cloud environment or the connector itself.Mor Iluz
10/28/2024, 12:15 PMuser
10/28/2024, 12:15 PMMor Iluz
10/28/2024, 12:56 PMuser
10/28/2024, 12:57 PMuser
10/28/2024, 12:58 PMrequests.exceptions.HTTPError: 400 Client Error: Bad Request for url: <https://login.microsoftonline.com/****/oauth2/v2.0/token>
This error suggests that there might be an issue with the OAuth configuration or the credentials being used. Here are a few potential reasons and steps you can take to troubleshoot: 1. Check the credentials: Ensure that the client ID, client secret, and tenant ID are correct and up-to-date. These might have changed or expired. 2. Verify the permissions: Make sure that the application in Microsoft Entra ID has the correct permissions to access the required resources. 3. Check the redirect URI: Ensure that the redirect URI configured in your Microsoft Entra ID application matches the one used by Airbyte. 4. Refresh token issue: The error might be related to an invalid or expired refresh token. Try re-authenticating the connector by generating new tokens. 5. Time synchronization: Ensure that the system time on your Airbyte instance is correctly synchronized, as time discrepancies can cause OAuth issues. 6. Network connectivity: Verify that your Airbyte instance has proper network access to reach the Microsoft authentication endpoints. For more detailed troubleshooting steps and information on setting up the Microsoft Entra ID (Azure AD) connector, you can refer to the Airbyte documentation on [Setup Single Sign-On via Microsoft Entra ID](https://docs.airbyte.com/access-management/sso-providers/azure-entra-id#creating-an-entra-id-app-for-airbyte). If the issue persists after checking these points, you may need to review the specific OAuth implementation in the connector or reach out to Airbyte support for further assistance.Mor Iluz
10/28/2024, 12:59 PMuser
10/28/2024, 1:00 PMuser
10/28/2024, 1:00 PM<your-airbyte-domain>/auth/realms/airbyte/broker/<app-integration-name>/endpoint
For Airbyte Cloud users, the redirect URI would typically be: <https://cloud.airbyte.com/auth/realms/<your-company-identifier>/broker/default/endpoint>
The <your-company-identifier>
is provided by your Airbyte contact when setting up SSO. You are correct that the redirect URI is not set in the connector properties within Airbyte. The connector properties you mentioned (Client ID, Client Secret, Tenant ID, Application ID URI, and User ID) are used for authentication, but the redirect URI is part of the application configuration in the Entra ID dashboard. Remember to use the correct redirect URI as it's crucial for the OAuth flow to work properly. If you're unsure about the exact value to use, it's best to consult with your Airbyte contact or support team to get the correct <your-company-identifier>
or <your-airbyte-domain>
for your specific setup.Mor Iluz
10/28/2024, 1:02 PMuser
10/28/2024, 1:02 PMuser
10/28/2024, 1:02 PM