Question

Redirect uri with local url in oauth?

  • 25 July 2020
  • 1 reply
  • 2103 views

If we create application in Ringcentral that have Authorization Flows with Oauth, it ask to set Redirect uri.

Till now we were testing with postman url https://www.getpostman.com/oauth2/callback

But can we use a local url in the application as redirect url something like http://localhost:8082/oauth/redirect ?

Is it possible?


1 reply

You can set any callback uri, but you need to keep in mind that the callback uri need to be exactly the same you have configured during creating the app in developer portal

ref: https://forums.developers.ringcentral.com/questions/1141/can-i-set-localhost-url-as-oauth-redirect-uri.html

Reply