Skip to main content
Participant
July 18, 2025
Question

Different API Application for the same account and OAuth authorization issue

  • July 18, 2025
  • 0 replies
  • 84 views

Hi,

our solution manages more than one API Application for the same account and it came up that the OAuth authorization is required only for the first application, if the scopes of the second one are the same or a subset of it.

 

For example:

APP1 -> scope: agreement_write+agreement_read+agreement_send+library_read+library_write+webhook_write+webhook_read+webhook_retention

 

APP2 -> scope: agreement_write+agreement_read+agreement_send+library_read+library_write

 

If we start OAuth request process for APP1 before APP2, APP2 will not ask for permissions.

 

Is there any way to force the user to confirm the permissions for every application that requires an authorization token?