Checklist progress
0/168Learned
Heroku Architect
Study Checklist
Checklist progress
0/168Learned
Recommend architectures that use Heroku Connect appropriately, including the correct use of External IDs.
0/13
Recommend techniques to integrate Heroku apps with the Salesforce Lightning Platform, and understand when to apply particular techniques.
0/11
Prepare for the Exam
Study Community
Ask questions and get the latest info from other Heroku Architect studiers. 593 members and growing.
OAuth flow selection for Heroku-Salesforce integrations depends on whether the connection requires user interaction or service-level access. Server-to-server integrations use Client Credentials or JWT Bearer flows for service-level access, while external apps integrating with the Salesforce API typically use the Web Server Flow which involves user authentication.