Question
SSO with OpenID Connect
I need to redirect the user from an existing application(in React) to the appian application using OPEN ID Connect SSO, I have already made the settings by integrating Appian via Open ID Connect(AWS Cognito), and appian provided a callback url
https://{my-url-here}.appiancloud.com/suite/oidc/callback
I would like to authenticate the user in another application using the same OpenID Connect client and redirect the user to Appian without having to log in again
for example:
https://{my-url-here}.appiancloud.com/suite/oidc/callback?token={token-generated in another application}
is this possible?
