Can't use deeplinks for redirect

Description
How can I use deep links as redirect URL to my desktop application?

Error
Invalid redirect: vitae-app://zoom (4,700)

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

Which Endpoint/s?
Redirect URL.

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

  1. https://zoom.us/oauth/authorize?response_type=code&client_id=374z98NrQtzb2efxp1Q&redirect_uri=vitae-app://zoom?code (for development)
  2. https://zoom.us/oauth/authorize?response_type=code&client_id=NnmZl5GCRKmZUZHVuAeG7A&redirect_uri=vitae-app://zoom?code (for production)

Additional context
Deep link works before I tried to public OAuth application. And I can’t add deep links to the white list.

Hey @igor.kichuk,

You can use a deep link to redirect from your redirect URL web page once a user completes the OAuth flow.

Thanks,
Tommy