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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user