Zoom authorize API app would take me to sign in page of Zoom. It would not bypass the sign in page

Description
Zoom authorize API (https://zoom.us/oauth/authorize?response_type=code&client_id=<client_id>&redirect_uri=<redirect_url>) would take me to sign in page of Zoom and only upon successful sign in would generate me a code. It would not let me create a session without signing in.

Error
Zoom authorize API app would take me to sign in page of Zoom and only upon successful sign in would generate me a code which I can use further to get access token and access different Zoom APIs.

We have a requirement where the guest user from our Salesforce portal can register for a Zoom meeting. We are planning to use the “Add meeting registrant” API for this requirement. Now the issue is, in order get the OAuth code from Salesforce we are using https://zoom.us/oauth/authorize?response_type=code&client_id=<client_id>&redirect_uri=<redirect_url>, however the guest user is redirected to the sign in page of Zoom. We are using OAuth app and tried both User-managed access and Account-Level app, however couldn’t bypass the sign in page.
How do you suggest we should proceed ahead?

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

Which Endpoint/s?

https://zoom.us/oauth/authorize?response_type=code&client_id=<client_id>&redirect_uri=<redirect_url>

Screenshots (If applicable)

Hey @ankit.saraiya,

For OAuth, the user being authenticated is required.

To call the Zoom APIs to make actions on your Zoom account, you can use a JWT Token.

Thanks,
Tommy