StandardOauth2AccessTokenProvider configurations
Learn about how to configure the properties for the StandardOauth2AccessTokenProvider controller service.
- Authorization Server URL
The authorization server URL is the concatenation of the base URL and the token request service URL ( /services/oauth2/token).
- Username
The username is the email address registered in the Salesforce account in use.
- PasswordFor the password, a security token must be requested. The password is made up of the Salesforce account password and the security token, concatenated together without a space. Perform the following steps to get the security token:
- Log in to Salesforce.
- Go to .
- Go to Reset My Security Token tab in the left-navigation pane.
- Click Reset Security Token.
The security token will be sent to you in an email.
- Client IDIn order to fill the Client ID, you need to create a new Connected App within Salesforce.
- Log in to Salesforce.
- Navigate to Setup.
- On the left search panel find App Manager.
- Click New Connected App.
- Configure the properties, and click Save.
After it is done, the Consumer Key goes to the Client ID property.
- Client secret
The client secret can be found on the same page, as described in the Client ID section, under the name of Consumer Secret.