I am creating a connector for fetching data from an API. For authentication we have a SSO page where users can provide their username and password which then requires approval from the Ping authentication app. I need the SSO web page to be launched when I run the workflow . How do I achieve this?
Also I need to manage a session so it would be like saving the connection. Please advice