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 ?
Discussion posts and replies are publicly visible
Hi sergiog0003,
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.
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.