-
-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]OIDC颁发的token失效后,页面能否失去登录态 #6094
Comments
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. |
📦 Deployment environmentDocker 📌 Software versionv1.49.12 💻 System environmentOther Linux 🌐 BrowserChrome 🐛 Question descriptionIt is currently observed that after the token issued by OIDC is invalid, the page is still in the login state. Can the token be invalid? The page logout 📷 Reproduction stepsNo response 🚦 Expected resultsNo response 📝 Supplementary informationNo response |
@abel-liugz 你好!我是Dosu,我是一个专注于解决问题、回答问题并帮助你成为贡献者的机器人。我会尽力帮助你,同时等待人类维护者的到来。 I found a similar unsolved discussion regarding the issue of maintaining login state after an OIDC token expires. You can view the discussion here [1]. Currently, there is no specific information available in the repository about automatically logging out users when their OIDC token expires. You might want to explore implementing a mechanism to check the token's validity periodically and log out the user if the token is no longer valid. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other | Bug Report |
@abel-liugz 之前有讨论 #3646 ,可以讨论下如果要做的话怎么做比较合适? |
@abel-liugz There was a discussion before #3646, so let’s discuss together how to do it if you want to do it? |
你有没有登录成功后退出登录再点登录他不会跳转账号密码输入页面而是直接登录 |
Have you logged in successfully and logged out and then logged in, and will not jump to the password input page but log in directly |
OIDC 的登陆态和lobe应用的登录态没有绑定关系,OIDC的登录态只用于一次授权,用于链接lobe的账户。 |
There is no binding relationship between the login state of OIDC and the login state of lobe application. The login state of OIDC is only used for authorization once and is used to link to the account of lobe. |
📦 部署环境
Docker
📌 软件版本
v1.49.12
💻 系统环境
Other Linux
🌐 浏览器
Chrome
🐛 问题描述
目前观察到,OIDC颁发的token失效后,页面仍然处于登录态,能否做到token失效,页面登出
📷 复现步骤
No response
🚦 期望结果
No response
📝 补充信息
No response
The text was updated successfully, but these errors were encountered: