Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
zplotnikova
Partner - Contributor II
Partner - Contributor II

Mashup in React with Authentication

Hi we are trying to integrate mashups into a react app with windows authentication. The homepage redirects to the login uri if mustAuthenticate is true. After a successful authentication, the user is redirected back to the react with qlikticket value but the mustAuthenticate param is still true so the redirect goes in a loop. I was wondering what could be the reason for that?

3 Replies
Senor_Dai
Partner - Creator II
Partner - Creator II

Hi @zplotnikova ,  did you get this resolved as we are facing a similar issue..

Dai

 

stefanstoichev123

Make sure that the virtual proxy's SameSite attribute is set to "None". Otherwise the session cookie is not sent to Qlik from the browser and Qlik will not be able to verify that the request is authenticated and will authenticate and send the ticket again and on the next request - no session cookie again and this will loop until max parallel sessions number is reached

stefanstoichev123_0-1647336836430.png

Stefan

Senor_Dai
Partner - Creator II
Partner - Creator II

Hi @stefanstoichev123 thanks for the reply.

I think Im getting a bit confused with what we are trying to achieve.  We are developing a react page which sits behind an Auth0 SSO login. So, what we need to happen is once the user is Authenticated by Auth0 they aren't redirected to the Hub but to a react web page which provides Sense Analytics. I guess the question Im asking is do we need to also implement Session or Tickets so the React site knows the user has logged in and has an access pass.

I hope this makes sense.

Dai