Skip to main content
Question

OAuth2 token not granting necessary scopes

  • March 25, 2025
  • 0 replies
  • 38 views

Hello, I'm trying to integrate with Retool to sign some documents via API, I've already created the app and granted all necessary scopes for it.

The problem is with the OAuth2 authentication, when I authenticate with Retool, it successfully generates the access token, but it didn't grant the sign scope, even when I (on purpouse) write the scopes when I request the access token.

When I try the developer token it works fine.