Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: SAML Logout not working - EXO-60293
Before this fix, when login out from saml, the request /portal/doling?GLO=true try to flush 3 cookies (JSESSIONID, rememberme, and oauth_rememberme), do setCookie with empty value. This not flush cookie in browser because cookies path is '/' and not '/portal' In addition, there is one more cookie to flush, which currently recreate the user session. This commit use the correct path for the cookies and add the JSESSIONIDSSO cookie which should be flushed. Resolves meeds-io/meeds-1771
- Loading branch information