Hi team, I am currently facing an error that I hav...
# troubleshoot
m
Hi team, I am currently facing an error that I have seen is quite common when using OIDC Authentication (in my case I am using Keycloak). Such error is the following:
ERROR auth.sso.oidc.OidcCallbackLogic - Unable to renew the session. The session store may not support this feature
. I have seen that the origin of this error used to be that the PLAY_TOKEN cookie was rejected due to userprofile exceeding 4096 chars. I have checked the length of this cookie and in my case is lower than 4096 chars. The thing is that I get this error both when I login and when I try to logout (I say try to logout as it doesn't logout, it just keeps redirecting to the main page of Datahub, the one where you can see the datasets ingested,...) I have also tried limiting the claims of the
AUTH_OIDC_SCOPE
but haven't been lucky. Any help would be appreciated!