We are developing a tool that is registered as an LTI Advantage and we are using the 'client_credentials' approach to obtain the access token. We also try to call some Brightspace API endpoints (with the authorization header applied).
To be able to call these selected API endpoints, we have to authorize the user specifying the right scopes. These scopes have a URL-like format specified in the IMS Global (1EdTech) standards:
https://www.imsglobal.org/spec/security/v1p0/#h_scope-naming-conventions
Our question is:
Isn’t there a scopes table listing pairs of scopes and endpoints like for projects that are registered as OAuth 2.0 applications and using the 'authorization_code' approach?
https://docs.valence.desire2learn.com/http-scopestable.html