Enabling SSO for an application using keycloak

I am a newbie to cloudflare and keycloak. I have a single page application which uses keycloak to authenticate users. I have moved the application behind cloudflare and use the same keycloak used by application as Identity Provider to access the application. However, after I authenticate to keycloak, I get my application login page, but since I have already authenticated before accessing application through cloud flare, how can I enable single sign on so I don't have to login to application again. Looks like cloudflare terminates the keycloak session and it doesn't pass the keycloak access token required to sign in to the application. Appreciate any pointers on how to implement the solution
Was this page helpful?