Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Qlik Community,
I am working on integrating Qlik Sense with Keycloak for Single Sign-On (SSO) using OIDC. I followed the steps in this Official Support Article, and I was able to set up OIDC login into Qlik Sense successfully.
Here is the current setup:
Problem: Despite following the setup instructions, when a user navigates to the Qlik Sense page from the React application, they are prompted to log in again. I need a solution where the user can seamlessly access Qlik Sense without having to log in again if they are already authenticated in the React app.
Additional Information:
Questions:
Any guidance or suggestions would be greatly appreciated. Thank you!
Hi @khaler ,
You must have configured the OIDC SSO authentication in another virtual proxy, right ? are you passing the correct url in the React App with the virtual proxy prefix ?
Regards,
Rohan.
Hi @RohanD351 , yup I managed to get it working. Like what you have mentioned, I was using the default virtual proxy instead of the one with the OIDC SSO authentication.