(backend) add option to configure list of required OIDC claims

We want to be able to refuse connection for users who have missing
claims from a list of required keys.
This commit is contained in:
Samuel Paccoud - DINUM
2024-12-21 08:55:26 +01:00
committed by Samuel Paccoud
parent 02a4740c66
commit c879f82114
4 changed files with 100 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ and this project adheres to
## Added
🔧(backend) add option to configure list of required OIDC claims #525
🔧(helm) add option to disable default tls setting by @dominikkaminski #519
## Changed