Add ownCloud Desktop OIDC client to Authelia

Uses the well-known desktop app client_id with localhost redirect URI
for PKCE authentication flow (RFC 8252 loopback).
This commit is contained in:
2026-03-01 01:11:13 +00:00
parent 650be93503
commit 9d5f5cec43
+14
View File
@@ -134,3 +134,17 @@ identity_providers:
- groups
- offline_access
userinfo_signed_response_alg: none
- client_id: xdXOt13JKxym1B1QcEncf2XDkLAexMBFwiT9j6EfhhHFJhs2KM9jbjTmf8JBXE
client_name: ownCloud Desktop
public: true
require_pkce: true
pkce_challenge_method: S256
authorization_policy: one_factor
redirect_uris:
- http://127.0.0.1
scopes:
- openid
- profile
- email
- offline_access
userinfo_signed_response_alg: none