Salesforce Architecture Tutorial – How to Choose the right Auth Flow for your Integrations

Salesforce Architecture Tutorial – How to Choose the right Auth Flow for your Integrations

Auth flows, what even are they bro? In this episode we’re gonna go over every single integration authorization flow and figure out exact when and why you should use each one. Don’t waste 200 hours figuring out all this for yourself! I’ve done the work the work for you! Just press play and whisk your…

Salesforce Development Tutorial: How to use Named Credentials to simplify your Apex Salesforce Integrations
|

Salesforce Development Tutorial: How to use Named Credentials to simplify your Apex Salesforce Integrations

Why should you bother using Named Credentials? In short, it’s gonna save you a bunch of time, code and unnecessary configuration, especially when you are authenticating using OAuth. Named credentials basically simplify the authentication portion of your callouts to to external services and allow you do it declaratively through configuration. No matter how hardcode a…