How to get rid of Error "We have updated our authentication stack. Please use the authentication method supported. (#MTI_24) ."

Kindly please follow the below steps.

  1. open orchestrator installed SQL server
  2. Kindly run the below query and check whether the value is true.

use UiPath
select * from [identity].[Settings]


3. If yes, Kindly change the value to false by using the below command
update [identity].[Settings] set Value=‘false’ where Id=20

4. Kindly login orchestrator. You will successfully login.

Thanks for visiting Kindly like the post. If you love it.

2 Likes