WSO2 Identity Server中启用了totp身份验证的“记住我”不起作用

FabianOX

我有一个运行中的生产性WSO2身份服务器(版本wso2is-5.6.0)和一个新的干净测试实例(版本5.9.0),并使用带有2Factor身份验证的身份提供程序。(基本和totp)。

当它们都处于活动状态时,“ rember me”功能不再起作用。当我禁用totp身份验证时,“记住我”功能有效,并且在关闭浏览器时,会话保持活动状态。

是否有人知道(如果是配置问题)错误或只是无法正常工作?

在deployment.toml中进行配置:

[session_data.persistence]
enable_persistence = true
persist_temporary_data = true
persistence_pool_size = "0"

[session_data.cleanup]
enable_expired_data_cleanup = true
expire_session_data_after = "14d"
clean_expired_session_data_every = "1d"
clean_expired_session_data_in_chunks_of = "8192"
clean_logged_out_sessions_at_immediate_cycle = "true"

enable_pre_session_data_cleanup = true
pre_session_data_cleanup_thread_pool_size= "20"
expire_pre_session_data_after= "40m"
森塔兰

这是产品中的错误。多谢您举报。我创建了一个git问题来跟踪和解决此问题。我们将在下一个每周版本中解决此问题。

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章

使用Spring Security + WSO2 Identity Server的OAuth 2.0

使用WSO2 Identity Server管理外部自定义权限吗?

WSO2 Identity Server 5.1.0在SAML响应中未返回用户声明

WSO2 Identity Server的用户和租户

WSO2 Identity Server用户身份验证的HTTP请求

如何在Docker中为WSO2 Identity Server指定SSL证书?

有什么方法可以在WSO2 Identity Server中加密用户名?

WSO2 Identity Server 5.9.0 oAuth2配置类型

WSO2 Identity Server与ADFS Server集成时抛出NullpointerException

使用WSO2 Identity Server和WSO2 API Manager保护后端

WSO2 Identity Server升级

为WSO2 Identity Server部署自定义密码策略文件

WSO2 Identity Server 5中的SAML SSO注销失败

基于SAML / XACML的WSO2 Identity Server访问控制

WSO2 Identity Server 5.0不包括“自我注册(注册)”页面?

WSO2 Identity Server在用户存储,策略管理等中看不到选项

WSO2 Identity Server中的SCIM服务提供商

WSO2 Identity Server中的SAML请求-响应处理

使用WSO2 Identity Server的SAML2.0 SSO?

WSO2 Identity Server群集部署中的数据库角色

集成bonita和wso2 Identity Server

在Eclipse中设置或导入项目以修补WSO2 Identity Server或Carbon

302在WSO2 Identity Server中创建服务提供程序时出错

使用WSO2 Identity Server 5.1进行单点登录

WSO2 Identity Server-并发身份验证请求

WSO2 API Manager使用Identity Server存储访问

wso2 Identity Server-无法删除租户

用于会话管理的 WSO2 Identity Server 5.0.0 Api

WSO2 sh wso2server.sh -Dmigrate -Dcomponent=identity 没有运行迁移脚本