|
1 | 1 | CHANGELOG
|
2 | 2 | =========
|
| 3 | + |
| 4 | + |
| 5 | +v.2.20.0 |
| 6 | +* [#586](https://github.com/SAML-Toolkits/php-saml/pull/586) IdPMetadataParser::parseRemoteXML - Add argument for setting whether to validate peer SSL certificate |
| 7 | +* [#585](https://github.com/SAML-Toolkits/php-saml/pull/585) Declare conditional return types |
| 8 | +* Make Saml2\Auth can accept a param $spValidationOnly |
| 9 | +* [#577](https://github.com/SAML-Toolkits/php-saml/pull/577) Allow empty NameID value when no strict or wantNameId is false |
| 10 | +* [#570](https://github.com/SAML-Toolkits/php-saml/pull/570) Support X509 cert comments |
| 11 | +* [#569](https://github.com/SAML-Toolkits/php-saml/pull/569) Add parameter to exclude validUntil on SP Metadata XML |
| 12 | +* [#551](https://github.com/SAML-Toolkits/php-saml/pull/551) Fix compatibility with proxies that extends HTTP_X_FORWARDED_HOST |
| 13 | +* [#487](https://github.com/SAML-Toolkits/php-saml/issues/487) Enable strict check on in_array method |
| 14 | +* Fix typos on readme. |
| 15 | +* [#480](https://github.com/SAML-Toolkits/php-saml/pull/480) Fix typo on SPNameQualifier mismatch error message |
| 16 | +* Add $spValidationOnly param to Auth |
| 17 | +* Update xmlseclibs (3.1.2 without AES-GCM and OAEP support) |
| 18 | +* Add warning about Open Redirect and Reply attacks |
| 19 | +* Add warning about the use of IdpMetadataParser class. If Metadata URLs |
| 20 | + are provided by 3rd parties, the URL inputs MUST be validated to avoid issues like SSRF |
| 21 | +* Update dependencies |
| 22 | +* Fix test payloads |
| 23 | +* Remove references to OneLogin. |
| 24 | + |
3 | 25 | v.2.19.1
|
4 | 26 | * [#467](https://github.com/onelogin/php-saml/issues/467) Fix bug on getSelfRoutedURLNoQuery method
|
5 | 27 |
|
@@ -176,7 +198,7 @@ v.2.7.0
|
176 | 198 | * Fix PHP 7 error (used continue outside a loop/switch).
|
177 | 199 | * Fix bug on organization element of the SP metadata builder.
|
178 | 200 | * Fix typos on documentation. Fix ALOWED Misspell.
|
179 |
| -* Be able to extract RequestID. Add RequestID validation on demo1. |
| 201 | +* Be able to extract RequestID. Add RequestID validation on demo1. |
180 | 202 | * Add $stay parameter to login, logout and processSLO method.
|
181 | 203 |
|
182 | 204 | v.2.6.1
|
|
0 commit comments