feat: add support for PKCE (#686) (#702)
Some checks failed
Docker / Build and Push (push) Has been cancelled
Docker / release (push) Has been cancelled
github-pages / deploy (push) Has been cancelled

This commit is contained in:
h44z
2026-05-28 20:49:13 +02:00
committed by GitHub
parent 1517041363
commit 72cfd1d8a9
10 changed files with 295 additions and 28 deletions

View File

@@ -47,6 +47,8 @@ auth:
extra_scopes:
- https://www.googleapis.com/auth/userinfo.email
- https://www.googleapis.com/auth/userinfo.profile
use_pkce: true
pkce_method: S256
registration_enabled: true
logout_idp_session: true
- id: oidc2
@@ -79,6 +81,7 @@ auth:
user_identifier: sub
is_admin: this-attribute-must-be-true
registration_enabled: true
use_pkce: false
- id: google_plain_oauth_with_groups
provider_name: google4
display_name: Login with</br>Google4