solo-io / gloo-portal-issues

Public tracker for issues related to Gloo Portal
https://docs.solo.io/gloo-portal/latest/
1 stars 3 forks source link

Portal auth with OIDC - "securecookie: the value is too long" #56

Closed bcollard closed 3 years ago

bcollard commented 3 years ago

When using OIDC to authenticate on a Portal, If the returned id_token or access_token is too large, Then our session management lib throws the following error:

{
  "message": "securecookie: the value is too long"
}

Could be related to the Gorilla Session lib: https://github.com/auth0-samples/auth0-golang-web-app/issues/4

More details in our task planning tool.

Expected behavior Being able to handle large session data

Additional context

marcogschmidt commented 3 years ago

This problem has been fixed in Gloo Portal 0.7.6.