{ "opencollection": "1.0.0", "info": { "name": "SAP SuccessFactors HXM Suite OData EmpEmployment Oauth API", "version": "v2" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.successfactors.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Oauth", "type": "folder" }, "items": [ { "info": { "name": "Exchange a SAML assertion for an OAuth 2.0 access token", "type": "http" }, "http": { "method": "POST", "url": "https://{apiServer}/odata/v2/oauth/token", "body": { "type": "form-urlencoded", "data": [ { "name": "grant_type", "value": "" }, { "name": "assertion", "value": "" }, { "name": "client_id", "value": "" }, { "name": "company_id", "value": "" }, { "name": "user_id", "value": "" }, { "name": "new_token", "value": "" } ] } }, "docs": "Issues an OAuth 2.0 access token using the SAML 2.0 bearer\nassertion flow against the SuccessFactors tenant.\n" } ] } ], "bundled": true }