[Feature]: disable password login and auto-redirect to SSO #434

Closed
opened 2026-02-04 20:27:17 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @PixelJonas on GitHub (Nov 21, 2022).

Originally assigned to: @jrasm91 on GitHub.

Feature detail

AS a user
I WANT to directly login to immich
SO THAT I can access the app as fast as possible

GIVEN I access the immich starting-page using the web
WHEN SSO and SSO redirect is activated
THEN I want to immediately be redirected to the SSO login page

GIVEN I access immich using the web
WHEN I have the explicit intend to login as a local user
THEN there should be a way for me to not be redirected or login as a local user

GIVEN I'm logged in via SSO to immich on the web
WHEN I click on logout in immich and logout in my SSO provider
THEN I should be redirected to a local-user login page

GIVEN I access the immich starting-page using the web
WHEN my user-account already exists, redirect is activated but no SSO is configured
THEN I want to be immediately redirected to a local-user login page


AS an immich administrator
I WANT to be able to activate/deactivate SSO redirect via an environment variable
SO THAT I can easily turn it off if any problem arises and see it with all the other SSO configuration

Platform

Web

Originally created by @PixelJonas on GitHub (Nov 21, 2022). Originally assigned to: @jrasm91 on GitHub. ### Feature detail **AS** a user **I WANT** to directly login to immich **SO THAT** I can access the app as fast as possible **GIVEN** I access the immich starting-page using the web **WHEN** SSO and SSO redirect is activated **THEN** I want to immediately be redirected to the SSO login page **GIVEN** I access immich using the web **WHEN** I have the explicit intend to login as a local user **THEN** there should be a way for me to not be redirected or login as a local user **GIVEN** I'm logged in via SSO to immich on the web **WHEN** I click on logout in immich and logout in my SSO provider **THEN** I should be redirected to a local-user login page **GIVEN** I access the immich starting-page using the web **WHEN** my user-account already exists, redirect is activated but no SSO is configured **THEN** I want to be immediately redirected to a local-user login page --- **AS** an immich administrator **I WANT** to be able to activate/deactivate SSO redirect via an environment variable **SO THAT** I can easily turn it off if any problem arises and see it with all the other SSO configuration ### Platform Web
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#434