♻️(backend) rename required claims to essential claims as per spec

It was pointed by @lebaudantoine that the OIDC specification uses
the term "essential claims" for what we called required claims.

Further more, the Mozilla OIDC library that we use, validates claims
in a method called "verify_claims". Let's override this method.
This commit is contained in:
Samuel Paccoud - DINUM
2024-12-27 20:49:55 +01:00
committed by Samuel Paccoud
parent f12c06e975
commit 9f83ea7111
4 changed files with 106 additions and 109 deletions

View File

@@ -11,8 +11,8 @@ 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
- 🔧(backend) add option to configure list of essential OIDC claims #525 & #531
- 🔧(helm) add option to disable default tls setting by @dominikkaminski #519
## Changed