Adra - Boomi Integration
Pre-requisite: In Setup => Engagement Details => Integrations, the Engagement Admin must authorize Boomi
Then, Boomi can request a Client Credentials Token to Adra STS:
POST https://login.adradev.com/connect/token
grant_type: client_credentials
client_id: boomi
client_secret: **************
scope: integrationhub_api.upload
tenant_id: (This is the EngagementSid)
Request hasn't run yet