Access Brightspace API using client credentials flow
Najith.A.421
Posts: 2 🔍
in Development
Are we able to access Brightspace API using client credentials flow?
API eg: https://peelpd.brightspace.com/d2l/api/le/1.41/1111/calendar/events/
I tried to generate access token on postman using client credential flow but getting following error.
Error: invalid_request, Description: Missing "client_assertion" parameter
Following article describe how to access API use Authorization flow but we need to use client credentials flow to create our own API
https://community.d2l.com/brightspace/kb/articles/1100-using-postman-with-the-brightspace-api
API eg: https://peelpd.brightspace.com/d2l/api/le/1.41/1111/calendar/events/
I tried to generate access token on postman using client credential flow but getting following error.
Error: invalid_request, Description: Missing "client_assertion" parameter
Following article describe how to access API use Authorization flow but we need to use client credentials flow to create our own API
https://community.d2l.com/brightspace/kb/articles/1100-using-postman-with-the-brightspace-api
Answers
-
Hi Najith,
The client credential flow is not currently supported. Please see the following Community post which provides an overview of the best way to support your development using a “service user pattern” for application integration.
Useful resources:
Hope that helps!