How can I create an OAuth 2.0 Redirect URI?
AnsweredHello everyone! I am trying to set up my BOX's API to can make an integration web but when I select Authentication Method Standard I get this field so I was wondering if someone knows how can I set this URL or if I need get it from other page. I hope that someone can help me.
Regards.
-
Hi , The oauth redirect url is where the browser will be redirected after successful authorization to the application by the user. If you dont have a web application, you can specify a dummy url like http://localhost Post authorization you need to capture the value from the url directly in such case (for ex http://localhost/defend/callback?code=aaaaaaaadddddddddd )
Please sign in to leave a comment.
Comments
1 comment