Skip to main content
January 20, 2022
Question

Can appian read the url that is opened in other browser tab?

  • January 20, 2022
  • 5 replies
  • 0 views

Hi Everyone,

We have a requirement where we use OAUTH2.0: Authorization code grant and once we click on Authorize,

A new browser tab opens and an after logging into the external system, an URL comes in the search bar of the newly opened browser tab.

Is there an way in appian to read the URL and fetch it into any variables,once authorization is successful.

Thanks

Rupa

5 replies

stefanhelzle0001
January 20, 2022

Appian does not support any client side JavaScript code. And component plugins, which are developed in JavaScript run in a secure container and cannot access the outside.

I am not aware of any way to do that.

January 20, 2022

Thanks for the response Stefan

umarm7858
May 20, 2024

Is there any way to do this thing in another way?