Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid scope using default integration client_id/secret #3

Closed
dstaudt opened this issue Mar 21, 2018 · 2 comments
Closed

Invalid scope using default integration client_id/secret #3

dstaudt opened this issue Mar 21, 2018 · 2 comments
Assignees

Comments

@dstaudt
Copy link
Contributor

dstaudt commented Mar 21, 2018

Testing the web app using the default client_id/secret, after clicking on the 'Start Oauth Flow' button, an error is displayed mentioning 'invalid scope'. Is it possible the default integration does not have the 'spark:people_read' scope enabled?

Note, if 'spark:all' is enabled (and nothing else), this will not actually match when requesting 'spark:people_read' - all specific scopes requested ('spark:all' and 'spark:people_read') would need to be checked in the integration settings.

@ObjectIsAdvantag
Copy link
Collaborator

Yeh, that was it David, the spark:people_read was not checked.
Just re-checked it, and that fixes it.
Thanks for pointing this.

image

@ObjectIsAdvantag ObjectIsAdvantag self-assigned this Mar 23, 2018
@ObjectIsAdvantag
Copy link
Collaborator

Note: the Spark4Devs UI does not let you check both spark:all and spark:people_read scopes.
I have a ticket opened at devsupport about that topic ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants