You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When OIDC authentication requests on not completed, the WASOidcNonce cookies are not deleted. After a while, you will get a 400 Request Header Or Cookie Too Large error.
Steps to Reproduce
Protect an endpoint with OIDC
Open a tab and hit the endpoint, don't login
Open another tab and hit the endpoint, don't login
The URL cookies have an expiration on them, but the nonce cookies do not.
Expected behavior
The WASOidcNonce cookies have an expiration date and are deleted after a few minutes.