Description
When a user tries to authorize our Account-level OAuth app, they encounter following error message:
Error
{"status":false,"errorCode":4700,"errorMessage":"Invalid redirect: https://fakecompany.interpretmanager.com/app/zoom-oauth-account","result":null}
This worked before, no changes were made recently. We have this domain added to the OAuth allow list with any
wildcard:
https://any.interpretmanager.com
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Details
App URL:
https://zoom.us/oauth/authorize?response_type=code&client_id=uVjvx49lRhOLChaU63ygEA&redirect_uri=https://fakecompany.interpretmanager.com/app/zoom-oauth-account
If I change redirect_uri
to the default uri configured in Redirect URL for OAuth section, it works just fine, no error is displayed:
https://zoom.us/oauth/authorize?response_type=code&client_id=uVjvx49lRhOLChaU63ygEA&redirect_uri=https://app.boostlingo.com/app/zoom-oauth-account
Can you please check what’s going on? Seems like OAuth allow list is ignored.