Custom Credentials
You must provide values for the following properties that are required for acquiring the access token.
Connecting with SAML2
- AuthScheme: set this to OAuthSAML2.
- Url: set this to the url of the server hosting Success Factors. Some of the servers are listed here.
- CompanyId: set this to the unique identifier of your company.
- User: set this to the username of your account.
- OAuthClientId: set this to the API Key generated in API Center.
- PrivateKey: set this to the path of the certificate you downloaded when you registered your OAuth Client Application, or the base64-encoded content of the certificate.
- PrivateKeyType: this is optional with a default value, PEMKEY_FILE. Set this to PEMKEY_BLOB only if PrivateKey is set to the base64-encoded content of the certificate.
- InitiateOAuth: set this to GETANDREFRESH.
Connecting to LMS Module (Learning Micro Services)
- AuthScheme: set this to OAuthClient.
- Url: set this to the url of the server hosting Success Factors. For LMS, the full URL should be specified including the service name. Some of the servers are listed here.
- CompanyId: set this to the unique identifier of your company.
- User: set this to the username of your account.
- OAuthClientId: set this to the generated Client Id for SuccessFactors Learning System.
- OAuthClientSecret: set this to the generated Client Secret for SuccessFactors Learning System.
- InitiateOAuth: set this to GETANDREFRESH.