MacOS app redirection

Hi!

I need to implement OAuth for the app that uses Zoom SDK.

But I can’t add redirect URL to my app zoomoauth://dev (picture)
because I have received an error - Wrong URL format

Even if I put it manually into url I have received next message:

{“status”:false,“errorCode”:4700,“errorMessage”:“Invalid redirect: zoomoauth://dev”,“result”:null}

so how can I add redirect to the app? (it’s the some for iOS/macOS)

Hi @anton.yereshchenko,

Our Marketplace team is still working on enabling custom URL schemes for all apps. Until this is complete, only server-to-server OAuth will be possible.

Thanks!

Hi @jon.zoom, thank you for your reply!

Yes, I see, as you mentioned here.

But will the deprecated way work with the old Zoom SDK version? While we can’t use all abilities of PKCE?
- (ZoomSDKError)login:(NSString*)userName Password:(NSString*)password

Thanks!

Hi @anton.yereshchenko,

The login method in the SDK will still work for now, but eventually any version of the SDK which still contains this method will no longer be capable of joining meetings. If server-to-server is not feasible for your implementation, I would definitely recommend migrating over to PKCE as soon as it is available.

Thanks!

1 Like

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