How to get access token generated from Oauth 2.0 configured in appian

Certified Senior Developer

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

Parents
  • 0
    Certified Lead Developer

    The idea of that connected system is, that it manages that token for you. What do you want to achieve?

  • 0
    Certified Senior Developer
    in reply to Stefan Helzle

    Hi Stefan,

    There is an application authorized using OAuth2.0 configuration with some other technology React JS,

    It is passing the token for calling the integration/apis using the same token,

    requirement is to generate the access token from same OAuth2.0 and pass this token to that application, so that they can continue

    For this above requirement, we need to capture access token generated from this connected system configured in Appian,

    How can i get this access token, I am able to authenticate but not able to capture the token, its not like calling integration in appian and connected system can directly pass this token to that integration.

    I need to get the token from OAuth2.0 after it authenticates success fully.

    Thanks

      

Reply
  • 0
    Certified Senior Developer
    in reply to Stefan Helzle

    Hi Stefan,

    There is an application authorized using OAuth2.0 configuration with some other technology React JS,

    It is passing the token for calling the integration/apis using the same token,

    requirement is to generate the access token from same OAuth2.0 and pass this token to that application, so that they can continue

    For this above requirement, we need to capture access token generated from this connected system configured in Appian,

    How can i get this access token, I am able to authenticate but not able to capture the token, its not like calling integration in appian and connected system can directly pass this token to that integration.

    I need to get the token from OAuth2.0 after it authenticates success fully.

    Thanks

      

Children