You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you are reporting any crash or any potential security issue, do not
open an issue in this repo. Please report the issue via ASRC(Alibaba Security Response Center) where the issue will be triaged appropriately.
I have searched the issues of this repository and believe that this is not a duplicate.
If you are reporting any crash or any potential security issue, do not
open an issue in this repo. Please report the issue via ASRC(Alibaba Security Response Center) where the issue will be triaged appropriately.
Ⅰ. Issue Description
我在用OIDC插件登录后,我设置token时效性为10个小时,出现了以下下问题
1.token还没10个小时也就是还没过期,他就去refresh_token,这是其中一个疑惑,_oauth2_proxy的cookie过期时间是2025-02-14T08:46:37.171Z,换算成东八区应该是下午4点多。
2..后面我把refresh_token设置非常短,发现确实是refresh_token失效了
2.假设Token过期了,refresh_token也过期了,建议是重定向到登录页面,现在是直接报错了,所以我们只能手动清空cookie来使插件重定向
这是我的OIDC配置
Ⅱ. Describe what happened
我希望假设refresh_token也过期了,应该清除cookie吧然后自动重定向到对应的token
如何复现,可以缩短refresh_token有效性可以复现此类问题
The text was updated successfully, but these errors were encountered: