Hi flyte team, I integrated our OIDC provider for ...
# flyte-support
a
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"
}
f
cc @thankful-minister-83577 / @high-park-82026 can you chime in here?
a
219 Views