Dear, we found a corner case on the web dashboard when integration with OIDC is used.
The web dashboard stores the JWT access token on the browser as a cookie, but due to cookie size limit to 4KB, if the access token is bigger this lead to web dashboard inaccessible and “too many redirects” error does appear.
Does exist a way to overcome this behavior and keep the access token in the Auth Svc and just use a cookie session on the browser ?
we are using Kasten K10 version 5.0.6