Skip to main content
August 21, 2023
Question

Basic Auth on 23.2

  • August 21, 2023
  • 5 replies
  • 0 views

Hi ,

I am using 23.2 version which is upgraded recently and Once connected systme which was using Basic auth stopped working .

when I test integration, I get following error , can aby one please let me know if this is deprecated and when ?

5 replies

August 22, 2023

Oauth is still working and hasn't been deprecated.

Check your headers, sometimes you need to specify on the headers the Authorization:Bearer
Make sure your Connected system has proper credentials and hasn't been changed mistakenly.

August 22, 2023

thanks I checked it , same Authentication is working via post man without any header but Appian gives error is that Swager file which needs to be checked also ? Auth is not specified in Swager file only Stucture of the API is given 

August 22, 2023

Hello, 401 response status code represents issue with the Authentication. Please check the base URL and the Username and password is the same and not changed in the connected system.

August 22, 2023

thanks I checked it , same Authentication is working via post man without any header but Appian gives error is that Swager file which needs to be checked also ? Auth is not specified in Swager file only Stucture of the API is given 

mathieud0001
August 22, 2023

Are you sure nothing changed with the external system?

Also are you certain that the credentials for the connected system were not overwritten by someone mistakingly? (i.e via an import customization file?)