-
Hey guys I've got this provider:
However upon signing in in google's page I got this:
Everything works fine without the I need the extra scope because I'm saving the token in my own backend (with django) which then will be used for some operation. Has anyone ever made it work? The scope is right as defined here in google's docs, also I have set the scope in the consent screen as well. Although the problem seems to be google saying invalid scope? I'm not sure what's happening here. Can anyone help? really appreciate it thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It seems that there are problems with the query param, not sure why but changing it to the first scope actually fixed it
|
Beta Was this translation helpful? Give feedback.
It seems that there are problems with the query param, not sure why but changing it to the first scope actually fixed it