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
When I try to log out, the page refreshes, but I remain logged in.
To Reproduce
Set SOCIAL_AUTH_PROVIDERS to oidc only
Set PASSWORD_LOGIN_DISABLED to true
Click Logout in the menu at the left corner.
Expected behavior
I'm logged out
Screenshots
/
Client (please complete the following information):
OS: MacOS
Browser: chrome
Version: 133
Platform (Please tell us which deployment version you are using)
docker 1.6.0-build.761-amd64
Additional context
When password login is disabled, the homepage does not appear; instead, it directly redirects to the OIDC login page. I'm unsure if this is the intended behavior or a bug, but having an option to control this behavior would be beneficial.
Additionally, after clicking Logout, the system first redirects to the homepage but then immediately sends the user to the OIDC login page due to the behavior mentioned above. Since I'm still logged in to the OIDC provider, I'm automatically logged back into Teable, making the Logout button ineffective. It might be better to redirect users to the OIDC provider's logout page instead or go to the homepage.
The text was updated successfully, but these errors were encountered:
Describe the bug
When I try to log out, the page refreshes, but I remain logged in.
To Reproduce
SOCIAL_AUTH_PROVIDERS
tooidc
onlyPASSWORD_LOGIN_DISABLED
totrue
Expected behavior
I'm logged out
Screenshots
/
Client (please complete the following information):
Platform (Please tell us which deployment version you are using)
docker 1.6.0-build.761-amd64
Additional context
When password login is disabled, the homepage does not appear; instead, it directly redirects to the OIDC login page. I'm unsure if this is the intended behavior or a bug, but having an option to control this behavior would be beneficial.
Additionally, after clicking Logout, the system first redirects to the homepage but then immediately sends the user to the OIDC login page due to the behavior mentioned above. Since I'm still logged in to the OIDC provider, I'm automatically logged back into Teable, making the Logout button ineffective. It might be better to redirect users to the OIDC provider's logout page instead or go to the homepage.
The text was updated successfully, but these errors were encountered: