Skip to main content
August 13, 2021
Question

how to get Authorization for OAuth 2.0 on an automated manner?

  • August 13, 2021
  • 8 replies
  • 0 views

when I check for the Authorization on the Connected System I click on Authorized Again (Where I am assuming I get the Token)

how can I automated this procedure ?

8 replies

gayathris111098
August 16, 2021
joseg0005Author
August 16, 2021

this is just the documentation that I am using, doesn't help me at all

selvakumark
August 16, 2021

Hi [mention:7a29f79465b44c2e967b92040ffe2e9f:e9ed411860ed4f2ba0265705b8793d05],

Can you provide what type of authentication method you're using? Because if it is an authorization code grant method, then we have to use the authorization link function to display the link in the interface and get the token for the specific user session.

If it is the client credentials method, then Appian will automatically get the tokens while calling this connected system via an integration.

joseg0005Author
August 16, 2021

Hi Kumar,

I want to avoid using the authorization link since my Appian interface is being display on another parent page I just want my interface to display without the need to have the user to click another link.