3

Added supported scopes by docusign for integration key in admin connected app still getting consent required error:

Here is whatever scopes added against integration key enter image description here

Kaishu
  • 181
  • 4
  • 13
  • 1
    Did you figure this out in the end? I claimed the domain and added impersonation scope, but I'm still getting the same error. – tkit Nov 12 '20 at 11:51
  • @pootzko, I was also getting the same error even after the domain has claimed. Solved when removed users registered under this account and added again them back and then issue resolved. I don't know the actual reason but this worked for me. – Kaishu Nov 18 '20 at 05:15

2 Answers2

6

Drew is correct. In addition, you need to include the impersonation scope if you're using JWT grant with the integration key (client id)

Larry K
  • 47,808
  • 15
  • 87
  • 140
4

Organization-level consent requires a claimed domain, and will only apply to users with email addresses under that domain.

Drew
  • 4,922
  • 1
  • 6
  • 17