Commit 4397477
implement response_mode (#469)
* implement response_mode
oidc supports passing the response_mode to allow redirects to send callback parameters as POST for increased security.
* Fix error check logic and modify test_ccs to include response_mode
* Add more comments
* Apply suggestions from code review
Co-authored-by: Ray Luo <[email protected]>
* PR review comments addressed
* remove extraneous line
Co-authored-by: Emmanuel Oche <[email protected]>
Co-authored-by: Ray Luo <[email protected]>1 parent 14965f7 commit 4397477
1 file changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
636 | 636 | | |
637 | 637 | | |
638 | 638 | | |
| 639 | + | |
639 | 640 | | |
640 | 641 | | |
641 | 642 | | |
| |||
677 | 678 | | |
678 | 679 | | |
679 | 680 | | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
680 | 695 | | |
681 | 696 | | |
682 | 697 | | |
| |||
707 | 722 | | |
708 | 723 | | |
709 | 724 | | |
| 725 | + | |
710 | 726 | | |
711 | 727 | | |
712 | 728 | | |
| |||
0 commit comments