You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #20637 [Security] Add support for encrypted access tokens (JWE) in OIDC (Spomky)
This PR was merged into the 7.3 branch.
Discussion
----------
[Security] Add support for encrypted access tokens (JWE) in OIDC
Fixes#20577
This update introduces support for decrypting encrypted access tokens (JWE) in Symfony 7.3. It includes configuration options for enabling encryption, enforcing it, specifying decryption algorithms, and providing decryption keysets. The feature extends flexibility in handling secure tokens alongside existing signing mechanisms.
**⚠ Warning**: I am not sure the XML and PHP examples are correct.
Commits
-------
8b403f7 Add support for encrypted access tokens (JWE) in OIDC
0 commit comments