Ombi-app / Ombi

Want a Movie or TV Show on Plex/Emby/Jellyfin? Use Ombi!
http://ombi.io
GNU General Public License v2.0
3.69k stars 396 forks source link

auto create account with SSO, logout #5130

Open devildant opened 1 month ago

devildant commented 1 month ago

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

tidusjar commented 1 month ago

So when they press logout it redirects elsewhere?

devildant commented 1 month ago

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