refactor(jans-cedarling): make JwtService process tokens one at a time #10409
Labels
comp-jans-cedarling
Touching folder /jans-cedarling
kind-enhancement
Issue or PR is an enhancement to an existing functionality
Milestone
Description
Target issue: refactor(jans-cedarling): make tokens optional #10408
since we need to make tokens optional for #10408, the current interface for the token validation should be updated so that all tokens would be optional:
Current implementation:
Proposed implementation:
Something like this would probably easier to use for the authz module.
ProcessTokensResult
should probably return anOption<TrustedIssuer>
to find the trusted issuer need for the mapping.Prepare
Identified code changes
Test cases and code coverage
Document the changes
The text was updated successfully, but these errors were encountered: