Tag: OAuth 2.0

[Salesforce / Apex] Let’s play with Named Credentials and OAuth 2.0

Few days ago I was lurking in the Named Credentials configurations. What are named credentials? Here are the official docs. They are essentially a way to store callout configurations such as: Endpoint (only HTTPs endpoints are supported) Callout certificate (if needed, from the local key store) Authentication protocol (if needed) Authentication settings With named credentials […]