Getting an error when trying to direct client to complete oauth.
:// zoom . us / oauth / authorize ? response_type=code&client_id={redacted}&state={redacted}=&redirect_uri={redacted}&scope=meeting:read:admin meeting_token:read:admin:local_recording recording:read:admin user:read:admin contact:read:admin contact_center_disposition:read:admin phone:read:admin phone_call_log:read:admin phone_recording:read:admin
The client_id matches what we have setup for the app, and the
redirect_url is what we have for in the subdomains.
Several redirects then occur (:
- The zoom . us / oauth / authorize first redirects to zoom.us / oauth / signin from a 302 status code.
- and then that redirects to :// marketplace . zoom . us / authorize also from a 302 status code
- and finally that redirects to :// zoom . us / oauth / retry / authorize / {redacted}
with that last part of the url containing a random set of 22 characters.