Setup Salesforce Auto-Deployments (JWT OAuth Flow)
1. Create a Public/Private Key Pair
# Generate private key
openssl genrsa -out server.key 2048
# Generate public key from private key
openssl rsa -in server.key -pubout -out server.pubopenssl req -new -x509 -key olympus-grid-alpha-1.key -out olympus-grid-alpha-1.crt -days 3650 -subj "//CN=AutomatedDeployment"2. Create the Connected App in Salesforce
3. Configure the Connected App Policy
3. Configure the Salesforce User
4. Use the sf cli to validate the jwt
5. (Optional) Build the JWT Assertion Manually
5. Test JWT Login with Postman
✅ Tips
Last updated