我正在使用 WSO2 Identity Server 4.1.0 来执行基本身份验证。可以调用包含“loginWithRememberMeOption”的 AuthenticationAdmin Web 服务。然后,用户将获得一个“rememberMeCookie”,即使他的会话 (JSESSION) 已过期,他也可以使用它登录。
我了解到 loginWithRememberMeOption 也有超时:7 天,并且这个时间不能修改:WSO2 Authentication, added/modifing timeout to the RememberMe cookie
AuthenticationAdmin 服务还提供“注销”操作。不幸的是,此操作只会使会话无效。因此,如果用户有一个 rememeberMeCookie,他仍然可以登录:WSO2 AuthenticationAdmin Logout
问题是,我如何注销已获得 rememeberMeCookie 的用户?最好使用 AuthenticationAdmin?