♻️(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:
committed by
Samuel Paccoud
parent
f12c06e975
commit
9f83ea7111
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user