Authentication Process for Qlik Users in React Application
Dear All,
I am currently working on a React application that integrates with Qlik. At present, when a user logs in to my application, the page redirects to Qlik for user authentication. I would like to avoid this redirect and instead handle user authentication directly within my React application.
Could you please advise on the appropriate authentication method to use for Qlik users in this scenario? Additionally, I would appreciate guidance on how to configure the authentication setup within my application.