Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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
Stefan
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