Oauth callback redirects automatically to https

Description
A few weeks ago I’m using a local endpoint for my callback just like this http://sampleurl.local/api/callback for the oauth code request which works perfectly fine. But for some reason when I try to request an oauth code now, I noticed that it automatically changes the “http” to “https” on my callback which results into a “site cannot be reached error”.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth code request

This is the format of my oauth request:
https://zoom.us/oauth/authorize?response_type=code&client_id=123123123 &redirect_uri=http://sampleurl.local/api/callback

1 Like

Hey @dmaravillosa,

Thanks for reporting this. We will investigate the issue and get back to you with an update. (ZOOM-191046)

-Tommy

2 Likes

Hey @dmaravillosa,

Make sure to use a redirect url that is secured with https. That being said, I will see when this change was made.

Thanks,
Tommy

Hi, I just wanted to add on that I am also seeing this and was surprised to be honest

Hey @mokutsu,

Thanks for your feedback. Make sure to use https going forward.

-Tommy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.