You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Big ID tokens (eg. ID tokens with a big groups claim) will go over the 4KB cookie size limit and silently fail logging users in. I made a quick workaround that splits oversized tokens into chunks: main...cccs-nik:trino-gateway:token-chunks but maybe a more complex and appropriate solution would be to store tokens server-side. Perhaps ID tokens should also not be stored at all, but access tokens instead once authentication is done.
The text was updated successfully, but these errors were encountered:
Big ID tokens (eg. ID tokens with a big groups claim) will go over the 4KB cookie size limit and silently fail logging users in. I made a quick workaround that splits oversized tokens into chunks: main...cccs-nik:trino-gateway:token-chunks but maybe a more complex and appropriate solution would be to store tokens server-side. Perhaps ID tokens should also not be stored at all, but access tokens instead once authentication is done.
The text was updated successfully, but these errors were encountered: