Pass the session ID in an API call

Hi All,

The link below ask is how to grab the session ID.

https://community.appian.com/discussions/f/integrations/11715/how-to-grab-the-session-id-from-a-api-call

But is there a way where I should be able to pass the session ID for the API call.

TIA :)

Harsha

  Discussion posts and replies are publicly visible

Parents Reply
  • Hi Rob,

    My use case is,
    1.User will try to login via SSO using SAML
    2.where he should be having the session token in browser cookies,
    3.I need to integrate the external systems usiung integration layer.
    4.For authentication we are planning to send the same token to integration layer
    5. We are doing an API call from Appian.

    Now My questions are

    1. How can I get the token stored in Appian before hitting the API
    2. Where and how will I pass this Token in the API call.

    Please suggest.
Children