Zoom does not seems to redirect correctly after Okta login

Description
When trying to authorize an OAuth application to schedule meetings for me and using Okta SSO to do so, after successfuly logging in, the expected behaviour would be redirecting me with the authorization code to the redirect URL, but I am instead redirected to the user profile.

Error
When I should be redirected to the redirect URL in the query parameter, I get redirected to user profile instead.

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

Which Endpoint/s?
https://zoom.us/oauth/authorize?client_id=bS6N5SpySRinuhQr0bFx9w&response_type=code&scope=meeting%3Awrite+user%3Aread&redirect_uri=https%3A%2F%2Fgateway-develop.jll-labs.com%2Foauth%2Fcallback

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Open the URL above in safari on iphone
  2. Sign in with SSO Okta
  3. After successfuly signing in, get redirected to your profile instead of the redirect url

Hey @pavel.janko,

I just tested and I was redirected correctly after logging in with Okta.

Can you try installing from this link and let me know if it works?

https://zoom.us/oauth/authorize?client_id=bS6N5SpySRinuhQr0bFx9w&response_type=code&redirect_uri=https://gateway-develop.jll-labs.com/oauth/callback

Thanks,
Tommy