1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-06-21 02:40:08 +00:00

Activate PKCE by default

This commit is contained in:
Timshel 2024-10-07 14:46:04 +02:00
parent 927968d251
commit d6af686152
4 changed files with 5 additions and 17 deletions

View file

@ -61,7 +61,6 @@ SMTP_TIMEOUT=5
SSO_CLIENT_ID=VaultWarden
SSO_CLIENT_SECRET=VaultWarden
SSO_AUTHORITY=http://${KC_HTTP_HOST}:${KC_HTTP_PORT}/realms/${TEST_REALM}
SSO_PKCE=true
###########################
# Docker MariaDb container#