BeyondTrust Password Safe - SaaS create account failure

Getting below error in creating the account for beyond trust password safe connector. userName attribute is being passed in provisioning policy in ISC, but the plan created has all other attributes except userName

Provisioning

openconnector.InvalidRequestException: [ InvalidRequestException ] [ Possible suggestions ] Please check if provided payload has valid attributes [ Error details ] Error while performing operation : Create Account Error code : 400 {“schemas”:[“urn:ietf:params:scim:api:messages:2.0:Error”],“status”:“400”,“scimType”:“invalidValue”,“detail”:“Attribute ‘userName’ is required.”}

please check all required information passing or not. As error clearly indicates userName is not passing, check any additional spaces are there while passing variable in payload. Also one try in postman creating an account.

so this error happened because we were trying to create an account with userName as account id and name, when I made the account id and name as userId attribute and used the OOTB beyond trust connector it got resolved.

But when we use the SCIM 2.0 connector to create the account, with same config, it gives 500 error

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.