We want to automate some processes using the Brightspace API, without the need for a human to log in (because the automation process will be running on a server).
Does Brightspace have a process for service-to-service (S2S) authentication? To reiterate, we need to integrate with Brightspace's API without user interaction, using something like the client credentials OAuth 2.0 flow.
I can authenticate and get an access token if I log in as a user, but I can't find any documentation on how to authenticate machine-to-machine.
Thanks,
Richard