Hi All,
I'm using a http connected system with OAuth Client credentials type authorization. When I Authorize from connected system, It is authorizing successfully. But when I tested the Integration using this connected system, It is throwing an error as this
Invalid credentials
Appian was not able to authenticate with the access token you provided. This request requires Bearer authentication. HTTP/1.1 401 Unauthorized
Next Steps
Can anyone suggest how to proceed on this?
Here are the screenshots from Connected system and Integration objects.
Discussion posts and replies are publicly visible
HI Satya Kishor Kalleda ,
The error you are getting is Bearer Header Authentication issue,Can you please share more info from where you are getting the bearer authentication token,
you have any preceeded integrations of the current integration?, you need to get bearer token from previous ones
Hello Varun Teja Gurrapu we are not using any integration to pass that value. when we use connected system, It gets the access token from the token request endpoint and passes.
Can you post HTTP Request tab for more info?
Sure.
maybe, Just make a try, i'm not sure it works:
1. Create an integration to get the bearer authentication token from the API.
2. Use that token and pass it to headers in the update integration through rule inputs.
Or https://learn.microsoft.com/en-us/answers/questions/1388495/how-to-get-bearer-token-to-authorize-create-azure