Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.2k
Commit1386a8f
committed
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 OIDCFixes#20577This 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 OIDC1 file changed
+24
-3
lines changedLines changed: 24 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
615 | 615 |
| |
616 | 616 |
| |
617 | 617 |
| |
618 |
| - | |
619 |
| - | |
| 618 | + | |
| 619 | + | |
620 | 620 |
| |
621 | 621 |
| |
622 | 622 |
| |
| |||
637 | 637 |
| |
638 | 638 |
| |
639 | 639 |
| |
| 640 | + | |
| 641 | + | |
| 642 | + | |
| 643 | + | |
| 644 | + | |
640 | 645 |
| |
641 | 646 |
| |
642 | 647 |
| |
| |||
662 | 667 |
| |
663 | 668 |
| |
664 | 669 |
| |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
665 | 674 |
| |
666 | 675 |
| |
667 | 676 |
| |
| |||
681 | 690 |
| |
682 | 691 |
| |
683 | 692 |
| |
684 |
| - | |
| 693 | + | |
685 | 694 |
| |
686 | 695 |
| |
687 | 696 |
| |
688 | 697 |
| |
689 | 698 |
| |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
690 | 707 |
| |
691 | 708 |
| |
692 | 709 |
| |
| |||
695 | 712 |
| |
696 | 713 |
| |
697 | 714 |
| |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
698 | 719 |
| |
699 | 720 |
| |
700 | 721 |
| |
|
0 commit comments
Comments
(0)