Immich
Create OIDC Client in Pocket ID
- Create a new OIDC Client in Pocket ID (e.g.,
immich
). - Set the callback URLs:
https://<IMMICH-DOMAIN>/auth/login
https://<IMMICH-DOMAIN>/user-settings
app.immich:///oauth-callback - Copy the Client ID, Client Secret, and OIDC Discovery URL.
Configure Immich
- Open Immich and navigate to:
Administration > Settings > Authentication Settings > OAuth
- Enable Login with OAuth.
- Fill in the required fields:
- Issuer URL: Paste the
OIDC Discovery URL
from Pocket ID. - Client ID: Paste the
Client ID
from Pocket ID. - Client Secret: Paste the
Client Secret
from Pocket ID.
- Issuer URL: Paste the
- (Optional) Change
Button Text
toLogin with Pocket ID
. - Save the settings.
- Test the OAuth login to ensure it works.