inferno-framework / inferno-core

Core library for the Inferno Framework
https://inferno-framework.github.io/
Apache License 2.0
26 stars 5 forks source link

FI-2910: Host JWKS for Client Assertion #515

Closed vanessuniq closed 2 months ago

vanessuniq commented 2 months ago

Summary

This branch hosts the JWKS used for signing client assertions in core, and populate the jku field in the client assertion with the JWKS url.

Testing Guidance

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 79.69%. Comparing base (3e96653) to head (a9a77b1).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #515 +/- ## ========================================== + Coverage 79.64% 79.69% +0.04% ========================================== Files 243 243 Lines 12174 12178 +4 Branches 1204 1205 +1 ========================================== + Hits 9696 9705 +9 + Misses 1813 1808 -5 Partials 665 665 ``` | [Flag](https://app.codecov.io/gh/inferno-framework/inferno-core/pull/515/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=inferno-framework) | Coverage Δ | | |---|---|---| | [backend](https://app.codecov.io/gh/inferno-framework/inferno-core/pull/515/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=inferno-framework) | `91.66% <100.00%> (+0.13%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=inferno-framework#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.