Skip to main content

Hello!

Is it possible to add a hashed, salt and algorithm for a password directly from an http connector?

I have a hashed password process action. 

and a connector with a PATCH to update the following things. It doesn't seem to work and i get a 500 error. In postman it says that it is created, but it is not. Could you please help me handle this?

 

Hi DenisaViulet,

The easiest way to check what is going on is to capture the reponse headers and body from the HTTP connector - it may contain more information about what went wrong.

I’m assuming you are using the HTTP connector to interact with an IAM. Generally, a 500 status code also generates logging information - check the Indicium logs of this IAM for additional information.