Question

Kasten K10 - Access token stored as cookie

  • 6 September 2022
  • 2 comments
  • 123 views

Userlevel 3

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


2 comments

Userlevel 7
Badge +7

@Debarshi_K10 😊

Userlevel 3
Badge +1

Hello Matteo.Gazzadi

 

Could you please provide me your K10 debug logs. This will allow me to look into what Auth-SVC is doing during this error. I want to verify the error you are seeing is directly based around the size of the token.

Please follow the below link to gather the logs. 

 

https://docs.kasten.io/latest/operating/support.html?highlight=debug%20logs#gathering-debugging-information

 

Thanks

Emmanuel

Comment