Solved

Insert hashed password

  • 4 September 2023
  • 1 reply
  • 36 views

Userlevel 3
Badge +1

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?

 

icon

Best answer by Anne Buit 5 September 2023, 09:04

View original

This topic has been closed for comments

1 reply

Userlevel 7
Badge +5

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.