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
Copy file name to clipboardexpand all lines: CHANGELOG
+7-7
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ v.2.19.0
30
30
* [#433](https://github.com/onelogin/php-saml/issues/443) Fix Incorrect Destination in LogoutResponse when using responseUrl #443
31
31
* Add support for SMARTCARD_PKI and RSA_TOKEN Auth Contexts
32
32
* Support Statements with Attribute elements with the same name enabling the allowRepeatAttributeName setting
33
-
* Get lib path dinamically
33
+
* Get lib path dynamically
34
34
* Check for x509Cert of the IdP when loading settings, even if the security index was not provided
35
35
36
36
v.2.18.1
@@ -53,7 +53,7 @@ v.2.17.1
53
53
v.2.17.0
54
54
* Set true as the default value for strict setting
55
55
* Support 'x509cert' and 'privateKey' on signMetadata security settings
56
-
* Relax comparision of false on SignMetadata
56
+
* Relax comparison of false on SignMetadata
57
57
* Fix CI
58
58
59
59
v.2.16.0
@@ -92,7 +92,7 @@ v.2.12.0
92
92
* [#263](https://github.com/onelogin/php-saml/issues/263) Fix incompatibility with ADFS on SLO. When on php saml settings NameID Format is set as unspecified but the SAMLResponse has no NameID Format, no NameID Format should be specified on LogoutRequest.
93
93
94
94
v.2.11.0
95
-
* [#236](https://github.com/onelogin/php-saml/pull/236) Exclude unnecesary files from Composer production downloads
95
+
* [#236](https://github.com/onelogin/php-saml/pull/236) Exclude unnecessary files from Composer production downloads
96
96
* [#226](https://github.com/onelogin/php-saml/pull/226) Add possibility to handle nameId NameQualifier attribute in SLO Request
97
97
* Improve logout documentation on Readme.
98
98
* Improve multi-certificate support
@@ -205,7 +205,7 @@ v.2.6.1
205
205
-------
206
206
* Fix bug on cacheDuration of the Metadata XML generated.
207
207
* Make SPNameQualifier optional on the generateNameId method. Avoid the use of SPNameQualifier when generating the NameID on the LogoutRequest builder.
208
-
* Allows the authn comparsion attribute to be set via config.
208
+
* Allows the authn comparison attribute to be set via config.
209
209
* Retrieve Session Timeout after processResponse with getSessionExpiration().
210
210
* Improve readme readability.
211
211
* Allow single log out to work for applications not leveraging php session_start. Added a callback parameter in order to close the session at processSLO.
@@ -223,8 +223,8 @@ v.2.6.0
223
223
224
224
v.2.5.0
225
225
-------
226
-
* Do accesible the ID of the object Logout Request (id attribute).
227
-
* Add note about the fact that PHP 5.3 is unssuported.
226
+
* Do accessible the ID of the object Logout Request (id attribute).
227
+
* Add note about the fact that PHP 5.3 is unsupported.
228
228
* Add fingerprint algorithm support.
229
229
* Add dependences to composer.
230
230
@@ -252,7 +252,7 @@ v.2.2.0
252
252
-------
253
253
* Fix bug with Encrypted nameID on LogoutRequest.
254
254
* Fixed usability bug. SP will inform about AuthFail status after process a Response.
255
-
* Added SessionIndex support on LogoutRequest, and know is accesible from the Auth class.
255
+
* Added SessionIndex support on LogoutRequest, and know is accessible from the Auth class.
256
256
* LogoutRequest and LogoutResponse classes now accept non deflated xml.
257
257
* Improved the XML metadata/ Decrypted Assertion output. (prettyprint).
258
258
* Fix bug in formatPrivateKey method, the key could be not RSA.
Copy file name to clipboardexpand all lines: tests/ZendModStandard/ruleset.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<?xml version="1.0"?>
2
2
<rulesetname="ZendModStandard">
3
-
<description>A coding standard based on an early Zend Framework coding standard. Note that this standard is out of date. And removed the line lenght limitation</description>
3
+
<description>A coding standard based on an early Zend Framework coding standard. Note that this standard is out of date. And removed the line length limitation</description>
4
4
5
5
<!-- Include some sniffs from all around the place -->
0 commit comments