mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-16 02:03:05 +03:00
861 B
861 B
id
| id |
|---|
| immich |
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
Authorization URLfrom Pocket ID. - Client ID: Paste the
Client IDfrom Pocket ID. - Client Secret: Paste the
Client Secretfrom Pocket ID.
- Issuer URL: Paste the
- (Optional) Change
Button TexttoLogin with Pocket ID. - Save the settings.
- Test the OAuth login to ensure it works.