Add Immich OIDC client to Authelia
This commit is contained in:
@@ -78,6 +78,21 @@ identity_providers:
|
||||
- email
|
||||
userinfo_signed_response_alg: none
|
||||
|
||||
- client_id: immich
|
||||
client_name: Immich
|
||||
client_secret: '{{ secret "/config/secrets/oidc_immich" }}'
|
||||
public: false
|
||||
authorization_policy: one_factor
|
||||
token_endpoint_auth_method: client_secret_post
|
||||
redirect_uris:
|
||||
- https://immich.kolpacksoftware.com/auth/login
|
||||
- app.immich:///oauth-callback
|
||||
scopes:
|
||||
- openid
|
||||
- profile
|
||||
- email
|
||||
userinfo_signed_response_alg: none
|
||||
|
||||
- client_id: linkding
|
||||
client_name: Linkding
|
||||
client_secret: '{{ secret "/config/secrets/oidc_linkding" }}'
|
||||
|
||||
Reference in New Issue
Block a user