Symptom
In order to automate the configuration setting between BizX and IAS, you would like to validate if the API user credentials is correct or not.
"Image/data in this KBA is from SAP internal systems, sample data, or demo systems. Any resemblance to real data is purely coincidental."
Environment
SAP SuccessFactors HXM Suite
Resolution
Validating username and password for the credentials used in IAS Integration using ODATA call is via validateUser API
Steps to validate via POSTMAN:
- Post method: https://datacenter_API_URL/odata/v2/restricted/validateUser
- Authentication: Basic Authentication
- Body
Body: { "username":"xxxx", "password":"xxxxx" } - Response:
Return response 200 OK with additional status for the end-user credential validation:
-
- UserAuthenticated – when the provided credentials are valid
- UserNotAuthenticated – when the credentials are not valid
- UserLocked – when the user from the body is locked after several failed validation attempts
-
Keywords
IAS, ODATA API, validateUser API , KBA , LOD-SF-INT-ODATA , OData API Framework , LOD-SF-INT , Integrations , Problem
Product
Attachments
Pasted image.png |
Pasted image.png |
Pasted image.png |
Pasted image.png |