sissbruecker / linkding

Self-hosted bookmark manager that is designed be to be minimal, fast, and easy to set up using Docker.
MIT License
5.32k stars 261 forks source link

Disable Local Login After Enabling Authentik OIDC #730

Open pr0927 opened 1 month ago

pr0927 commented 1 month ago

Hi all, just wanted to see if this is an option somewhere, or if not, humbly request if it could be added. I've gotten Authentik working for SSO via OIDC for Linkding, and it seems to be working correctly (fingers crossed the mobile app and browser extension don't have errors).

However, I was hoping to bypass the login screen where it's merely an option to choose the OIDC login, and force it to the Authentik login page instead.

I know this is something requiring explicit toggling for other apps (Nextcloud and Bookstack for instance) - did not know if that was already the case here, and if so how.

sissbruecker commented 1 month ago

So this is about initializing the authentication flow automatically in case the user is not logged in, rather than manually having to press the login with OIDC button?

pr0927 commented 1 month ago

That's correct, yep! Currently on the login page it still gives the option to login with the built-in username/password, or to click the OIDC login option.