Hi Team,
I need to fetch data from a GraphQL API endpoint, but I'm unsure about the connected system required for the connection. The client has provided the ClientId and ClientSecret for AWS Cognito and mentioned that they are using SRP (Secure Remote Password) Authentication. However, I'm not sure what additional information is needed to establish the connection to the GraphQL service. Can you please provide more details?
Discussion posts and replies are publicly visible
Hey, purnavenkatasatyavaraprasadt0001 Actually, The ClientId and ClientSecret is used to crack the SRP authentication. But we also require the Pool Id, used to route the authentication requests to it's respective user pool.Once successfully authenticated, we'll receive the AccessToken. Now, We've to pass that token in the GraphQL request header.Hope it helps.
Hi Nandhakumar,
Thank you for your response.
I came across some online documentation stating that Appian does not support SRP authentication. Given this, is there any way to authenticate using SRP (Secure Remote Password) in Appian? If so, which connected system should I use to make it work?
Could you please help me resolve this issue?