(settings) Allow configuring PKCE for the SSO (#886)

C.f.
https://mozilla-django-oidc.readthedocs.io/en/latest/settings.html#OIDC_USE_PKCE

## Purpose

Add pkce settings

## Proposal
Get the settings from the environment

Signed-off-by: Tom Hubrecht <github@mail.hubrecht.ovh>
This commit is contained in:
Tom Hubrecht
2025-04-28 12:54:30 +02:00
committed by GitHub
parent 5268699d50
commit 5cdbdbf215
2 changed files with 12 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ and this project adheres to
- 🚸(backend) make document search on title accent-insensitive #874
- 🚩 add homepage feature flag #861
- ✨(settings) Allow configuring PKCE for the SSO #886
## Changed