We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edcd3e7 commit 4f9156fCopy full SHA for 4f9156f
1 file changed
README.md
@@ -61,3 +61,13 @@ Example for Github OAuth2:
61
- **Name Key**: `name`
62
- **Email Key**: `email`
63
- **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