我的应用程序与Keycloak身份验证集成在一起,并且运行良好。在选中记住我复选框的情况下登录应用程序后, 我希望情况像这样:
- User logged with "rememberMe" checkbox on - User closed the browser - User re-open the browser can access the application directly without asking for the credential, till the user session is valid
但是当前情况是:
当用户重新打开浏览器并尝试访问该应用程序时,其在浏览器中显示重定向过多。 wildfly日志显示: 帐户未在会话中,返回null,没有代码
有太多重定向的想法吗?