mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-29 15:19:10 +00:00
Activate PKCE by default
This commit is contained in:
parent
927968d251
commit
d6af686152
4 changed files with 5 additions and 17 deletions
|
@ -466,8 +466,8 @@
|
|||
#SSO_SCOPES="email profile"
|
||||
## Additionnal authorization url parameters (ex: to obtain a `refresh_token` with Google Auth).
|
||||
# SSO_AUTHORIZE_EXTRA_PARAMS="access_type=offline&prompt=consent"
|
||||
## Activate PKCE for the Auth Code flow. Recommended but disabled for now waiting for feedback on support.
|
||||
# SSO_PKCE=false
|
||||
## Activate PKCE for the Auth Code flow.
|
||||
# SSO_PKCE=true
|
||||
## Regex to add additionnal trusted audience to Id Token (by default only the client_id is trusted).
|
||||
# SSO_AUDIENCE_TRUSTED='^$'
|
||||
## Set your Client ID and Client Key
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue