Hi @Daniil_Ornat , I have some experience in this topic that I can certainly share.
I just posted a whole bunch of details related to this topic on this post. You’ll want to review that as it relates to the challenge you are encountering.
Essentially, the scopes aren’t listed in the Make connection until the actual authorization (with the 3rd party provider) is completed. General steps are:
- Create connection in Make
- Get redirect URL from Make
- Use that URL to redirect the user to the 3rd party (that url includes your originally requested scopes)
- Once the user authorizes the scopes, and you verify the connection, you’ll be able to see the scope in the Make connection (because, at that point, they were actually authorized).
I hope that is useful.