Skip to main content
Solved

Can I set a localhost URL as an OAuth Redirect URI?


Is it possible to set http://localhost/ringcentral/index.php as OAuth Redirect URI?

My app's authorization flows are

  • Authorization Code
  • Refresh Access Token

I don't have a live and publicly accessible URL to set as an OAuth Redirect URI, so I don't know how to complete the OAuth process.

I'm trying to set up and run the following demo:

https://github.com/ringcentral/ringcentral-php

Thanks!

Best answer by PhongVu

Hi Nibu,

Yes you can but not directly like that. Check out the ngrok tunner (https://ngrok.com/) and use that tool for your local app.

+ Phong
View original
Did this thread help you find an answer to your question?

3 replies

PhongVu
Community Manager
Forum|alt.badge.img
  • Community Manager
  • 2330 replies
  • Answer
  • July 12, 2018
Hi Nibu,

Yes you can but not directly like that. Check out the ngrok tunner (https://ngrok.com/) and use that tool for your local app.

+ Phong

For oAuth redirect URI, yes you can use a local one and it should work. Because the redirection happens in your local browser.

However WebHook URIs have to be public.

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


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings