Hi All
Please suggest some ideas how can i externally/manuaaly capture the the access token generated from OAuth2.0 in apian.
As of now it is managing to pass tokens directly from connected system to integration.
One link is already there in apian suggesting capturing the access token code, but don't know where to write this code, link is given below
docs.appian.com/.../working-with-oauth-2-0.html
Discussion posts and replies are publicly visible
You typically don't want to expose access tokens since they could be used to call the integration on your behalf if they were leaked.
Hi Mathieu,
Thanks for your response.
I think, tokens can be tracked even through network monitoring of any request from the browser. The thing is how the source is verifying the token generating digital signature.
I have requirement like this to capture the token and need to pass it manually.
SO, my question is how I can get this token after generating from Oauth2.0 configuration.
Hope, you understand business requirement.
I suggest to discuss that with the CISO of your client.
We understand your "requirement", but Appian does not support that for a good reason.