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 I'm logged into Console with an OpenID provider and my OIDC expires, I should be redirected to the login page.
Current Behavior
Console stops displaying things, since every API returns 403 Forbidden. I need to be aware of this behavior and reload the website, which then results in a login page.
Possible Solution
It's not possible to redirect to log in when any API returns 403 Forbidden, since my user might just not have the permission to do so. Therefore, Console periodically needs to check an API that tells it if the OIDC token of the user is expired.
Steps to Reproduce (for bugs)
Configure MinIO to support an OpenID provider, f.e. Keycloak
Expected Behavior
If I'm logged into Console with an OpenID provider and my OIDC expires, I should be redirected to the login page.
Current Behavior
Console stops displaying things, since every API returns
403 Forbidden
. I need to be aware of this behavior and reload the website, which then results in a login page.Possible Solution
It's not possible to redirect to log in when any API returns
403 Forbidden
, since my user might just not have the permission to do so. Therefore, Console periodically needs to check an API that tells it if the OIDC token of the user is expired.Steps to Reproduce (for bugs)
Your Environment
minio --version
):2023-09-20T22-49-55Z (commit-id=df3623d2a25bb8285393eacc46c376c2735be86f)
uname -a
):Linux foo 6.5.3-arch1-1
The text was updated successfully, but these errors were encountered: