You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: