feat(jans-cedarling): implement CEDARLING_ID_TOKEN_TRUST_MODE #10479
Labels
comp-jans-cedarling
Touching folder /jans-cedarling
enhancement
kind-feature
Issue or PR is a new feature request
Is your feature request related to a problem? Please describe.
The bootstrap property
CEDARLING_ID_TOKEN_TRUST_MODE
was initially implemented in thejwt
module but is no longer possible after #10436. We need to re-implement this feature but in theauthz
module.Describe the solution you'd like
Add support for the
CEDARLING_ID_TOKEN_TRUST_MODE
property in theauthz
module, with the following configuration:Strict mode:
id_token.aud
must match theaccess_token.client_id
.None mode:
Describe alternatives you've considered
No viable alternatives identified. This functionality needs to be implemented in the authz module to restore the intended behavior.
Additional context
N/A
The text was updated successfully, but these errors were encountered: