Hi There,
I am trying to integrate zoom to indico but despite our efforts is failing to work properly. Instructions for how to achieve this are very minimal in indico docs.
Our zoom admin has provided Account ID, Client ID and Client Secret which have added to zoom plugin. However when I attempt to create zoom conference I get following error:
File "/opt/indico/.venv/lib/python3.12/site-packages/requests/models.py", line 1026, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url:
When I click on returned URL https://api.zoom.us/v2/users/ , I get 124Invalid access token.
We normaly have zoom accounts as : https://adomain.zoom.us, and we use SSO to login to zoom account. The email address has different domain : username@companydomain.
To login to indico we also use SSO.
Under Zoom Account, email domains have added both domains.
What are the steps we need doing under Integration/API or Integration/Applications, should we need zoom back uri or..? Application is enabled under Applications.
Thanks in advance