Skip to content

Commit

Permalink
Add example for Salesforce
Browse files Browse the repository at this point in the history
  • Loading branch information
fguillot committed Jan 6, 2017
1 parent edcd3e7 commit 4f9156f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,13 @@ Example for Github OAuth2:
- **Name Key**: `name`
- **Email Key**: `email`
- **User ID Key**: `id`

Example for Salesforce:

- **Authorize URL**: `https://login.salesforce.com/services/oauth2/authorize`
- **Token URL**: `https://login.salesforce.com/services/oauth2/token`
- **User API URL**: `https://login.salesforce.com/services/oauth2/userinfo`
- **Username Key**: `nickname`
- **Name Key**: `name`
- **Email Key**: `email`
- **User ID Key**: `user_id`

0 comments on commit 4f9156f

Please sign in to comment.