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?