Hi flyte team, I integrated our OIDC provider for ...
# ask-the-community
f
Hi flyte team, I integrated our OIDC provider for flyteadmin auth. But its failing during OIDC callback with the following error. It looks to be cookie that it generates using the auth_code becomes bigger than 4096 [gorilla securecookie implementation](https://github.com/gorilla/securecookie/blob/master/securecookie.go#L256-L259). Any ideas on how to fix this ?
Copy code
{
  "json": {
    "src": "handlers.go:161"
  },
  "level": "error",
  "msg": "Error setting encrypted JWT cookie [SECURE_COOKIE_ERROR] Error creating secure cookie, caused by: securecookie: the value is too long",
  "ts": "2022-07-01T07:41:05Z"
}
k
cc @Yee / @Haytham Abuelfutuh can you chime in here?
k
203 Views