cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox here.

Discuss Dropbox Developer & API

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Redirect user from Dropbox login page

Redirect user from Dropbox login page

Harpreet296
Explorer | Level 3

We are creating a website that require users to log in at dropbox. We would like the users to navigate to our website after they have logged at Dropbox. How can we redirect the users to our website after users have been signed in successfully at Dropbox?

1 Reply 1

Greg-DB
Dropbox Staff

If you're building a web app that integrates with Dropbox, you should send the user through the OAuth app authorization flow, where they can choose whether or not to authorize your app to access their account. You can find information in the OAuth Guide, as well as the authorization documentation.

 

When you configure the /oauth2/authorize URL, where you send the user to Dropbox, you can set the 'redirect_uri' to tell Dropbox how to redirect the user back your app after they authorize it. Check out the documentation for more information. 

 

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?