Commit 119f7fe
committed
Fix extraction of the response issuer
A ">1" in place of a ">0" was causing the inability to extract the
Response issuer(s) correctly.
Added a test case to check this.
Fixed another test case that should (IMHO) return an error regarding
the issuer, rather than the signature.1 parent 523786b commit 119f7fe
3 files changed
Lines changed: 29 additions & 3 deletions
File tree
- core/src
- main/java/com/onelogin/saml2/authn
- test
- java/com/onelogin/saml2/test/authn
- resources/data/responses/invalids
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
717 | 717 | | |
718 | 718 | | |
719 | 719 | | |
720 | | - | |
| 720 | + | |
721 | 721 | | |
722 | 722 | | |
723 | 723 | | |
| |||
Lines changed: 27 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
875 | 875 | | |
876 | 876 | | |
877 | 877 | | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
878 | 904 | | |
879 | 905 | | |
880 | 906 | | |
| |||
1787 | 1813 | | |
1788 | 1814 | | |
1789 | 1815 | | |
1790 | | - | |
1791 | | - | |
| 1816 | + | |
1792 | 1817 | | |
1793 | 1818 | | |
1794 | 1819 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments