Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

auto create account with SSO, logout #5130

Open
devildant opened this issue Jul 14, 2024 · 2 comments
Open

auto create account with SSO, logout #5130

devildant opened this issue Jul 14, 2024 · 2 comments

Comments

@devildant
Copy link

devildant commented Jul 14, 2024

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

#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
Copy link
Member

So when they press logout it redirects elsewhere?

@devildant
Copy link
Author

normally it happens like this:

  • trigger a normal disconnection
  • after the previous disconnection is completed, the site is redirected to the oauth/SSO disconnection URL

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants