cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Musicians, convert your MuseScore files to PDF to play music on the go! Learn more here.

Discuss Dropbox Developer & API

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

Re: Dropbox OAuth authentication confirmation pages

Dropbox OAuth authentication confirmation pages

depotsy
Explorer | Level 3

Hi!

 

Every time users authenticate to my website via the OAuth Dropbox, they receive two confirmation pages: "Before connecting this app..." and "The web app would like to:"

 

Is this how it should be or am I doing something wrong? Is it possible to make these warnings appear only the first time during registration?

 

I used Node.js, Express and passport module.

1 Accepted Solution

Accepted Solutions

Greg-DB
Dropbox Staff

That's the expected behavior for apps in development status. Apps in production status do not get that first confirmation. If your app needs production status, refer to the information here on how to request that.

 

The second confirmation is expected for apps in both development and production status. Note that the app authorization flow only needs to be done once per account though. You can request long-term access if needed. Refer to the OAuth Guide, authorization documentation, and this blog post for more information. Also, in some (but not all) cases where the user has already authorized the app and redirect URI is used, they may be automatically redirected through the second confirmation.

View solution in original post

2 Replies 2

Здравко
Legendary | Level 20

Hi @depotsy,

Is your application in production stage, or in develop still? 🤔

Hope this gives direction.

Greg-DB
Dropbox Staff

That's the expected behavior for apps in development status. Apps in production status do not get that first confirmation. If your app needs production status, refer to the information here on how to request that.

 

The second confirmation is expected for apps in both development and production status. Note that the app authorization flow only needs to be done once per account though. You can request long-term access if needed. Refer to the OAuth Guide, authorization documentation, and this blog post for more information. Also, in some (but not all) cases where the user has already authorized the app and redirect URI is used, they may be automatically redirected through the second confirmation.

Need more support?