Files
Livio Spring 42f629d8c8 fix(jwt idp): manage and validate audience
# Which Problems Are Solved

While JWT IdPs typically require specific setups to exchange the JWT, any valid token issued would be accepted and there was no audience check. This could lead to potential misuse where a correctly signed token for another client / audience, would be accepted valid by the IdP.

# How the Problems Are Solved

- Added the possibility to manage the required audience (single string) on a JWT IdP. If set, the `aud` claim, must contain the configured string. If no audience is set on the provider, the claim is not validated (as is).

# Additional Changes

None

# Additional Context

None

(cherry picked from commit d184e976fc)

(cherry picked from commit 999e2bbc81)
2026-06-17 06:41:12 +02:00
..