mirror of
https://github.com/suitenumerique/docs.git
synced 2026-05-12 01:47:01 +02:00
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.