Open devildant opened 4 months ago
So when they press logout it redirects elsewhere?
normally it happens like this:
SSO is not very practical for this, but in general it is a redirect sequence. in the case of ombi with my config, it would be, disconnection from ombi, which redirects to the logout of my oauth2, which itself redirects to the logout of the SSO, which itself redirects to the connection page
each of the urls has a parameter indicating or redirected after the action, which allows the disconnection redirection chain to be made
Summary
Hi,
in addition to my previous issue on emails, I am making a new one on disconnection :) in fact when you do use this sso connection, it is impossible to disconnect from ombi. for this you would need to be able to configure a personalized disconnection url in order to disconnect from the sso
https://github.com/Ombi-app/Ombi/issues/5118
this could simply be a url which is called via the redirection after the ombi logout
Ombi Version
4.43.5
What platform(s) does this occur on?
Docker
What database are you using?
SQLite (Default)
Relevant log output
No response