zoomSdk.authorize() always goes through consent screen

According to the documentation if a user has granted all requested scopes, calling in-client auth flow with zoomSdk.authorize() won’t go through the consent screen.

However, in my app (still in development and not published) I always have the consent screen, no matter I always approve it and it’s in my list of approved and added apps.

Is there something specific I need to configure to skip showing consent screen if app is added and nothing has been changed in its scopes?

Found the issue. The URL of the Zoom App from where the authorize() is triggered needs to be added in OAuth Allow List.

1 Like

Thanks for sharing your solution here!