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 signed in via OpenID the user should be redirected to the end_session_endpoint url specified in the .well-known/openid-configuration to sign out. Instead I get redirected to Mealie's login screen.
I am using Authentik as my provider, which when configured correctly will redirect users to https://auth.mydomain.com/if/session-end/mealie/ so that they can switch users, sign out of Authentik entirely, or go to their Authentik dashboard. If the user is not redirected here, it becomes impossible to log out properly without going to the Authentik user dashboard directly.
Steps to Reproduce
Sign in with OpenID using a provider that specifies end_session_endpoint
Attempt to sign out
Please provide relevant logs
No relevant logs
Mealie Version
No response
Deployment
Docker (Linux)
Additional Deployment Details
No response
The text was updated successfully, but these errors were encountered:
This isn't really a bug, more of a feature request. Mealie v1 had this feature because it was baked into the auth library we used. Mealie v2 changed to a different library (Authlib) which doesn't directly support this functionality
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
First Check
What is the issue you are experiencing?
When signed in via OpenID the user should be redirected to the
end_session_endpoint
url specified in the.well-known/openid-configuration
to sign out. Instead I get redirected to Mealie's login screen.I am using Authentik as my provider, which when configured correctly will redirect users to
https://auth.mydomain.com/if/session-end/mealie/
so that they can switch users, sign out of Authentik entirely, or go to their Authentik dashboard. If the user is not redirected here, it becomes impossible to log out properly without going to the Authentik user dashboard directly.Steps to Reproduce
Please provide relevant logs
No relevant logs
Mealie Version
No response
Deployment
Docker (Linux)
Additional Deployment Details
No response
The text was updated successfully, but these errors were encountered: