Skip to content

Commit 4f9156f

Browse files
committed
Add example for Salesforce
1 parent edcd3e7 commit 4f9156f

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,13 @@ Example for Github OAuth2:
6161
- **Name Key**: `name`
6262
- **Email Key**: `email`
6363
- **User ID Key**: `id`
64+
65+
Example for Salesforce:
66+
67+
- **Authorize URL**: `https://login.salesforce.com/services/oauth2/authorize`
68+
- **Token URL**: `https://login.salesforce.com/services/oauth2/token`
69+
- **User API URL**: `https://login.salesforce.com/services/oauth2/userinfo`
70+
- **Username Key**: `nickname`
71+
- **Name Key**: `name`
72+
- **Email Key**: `email`
73+
- **User ID Key**: `user_id`

0 commit comments

Comments
 (0)