Lines Matching refs:php

28 * [#344](https://github.com/onelogin/php-saml/issues/344) Raise errors on IdPMetadataParser::parseR…
35 * Fix bug on settings_example.php
39 * [#283](https://github.com/onelogin/php-saml/pull/283) New method of importing a decrypted asserti…
42 * [#265](https://github.com/onelogin/php-saml/issues/265) Support parameters at getSPMetadata method
57 * [#242](https://github.com/onelogin/php-saml/pull/242) Document that SHA-1 must not be used
58 * [#250](https://github.com/onelogin/php-saml/pull/250) Fixed issue with IdPMetadataParser only kee…
59 * [#263](https://github.com/onelogin/php-saml/issues/263) Fix incompatibility with ADFS on SLO. Whe…
62 * [#236](https://github.com/onelogin/php-saml/pull/236) Exclude unnecesary files from Composer prod…
63 * [#226](https://github.com/onelogin/php-saml/pull/226) Add possibility to handle nameId NameQualif…
69 * [#201](https://github.com/onelogin/php-saml/issues/201) Fix issues with SP entity_id, acs url and…
72 * [#206](https://github.com/onelogin/php-saml/pull/206)Be able to register future SP x509cert on th…
73 * [#206](https://github.com/onelogin/php-saml/pull/206) Be able to register more than 1 Identity Pr…
74 * [#206](https://github.com/onelogin/php-saml/pull/206) Support the ability to parse IdP XML metada…
84 * [+](https://github.com/onelogin/php-saml/commit/949359f5cad5e1d085c4e5447d9aa8f49a6e82a1) Securit…
85 * [#192](https://github.com/onelogin/php-saml/pull/192) Added ability to configure DigestAlgorithm …
86 * [#183](https://github.com/onelogin/php-saml/pull/183) Fix strpos bug when decrypting assertions
87 * [#186](https://github.com/onelogin/php-saml/pull/186) Improve info on entityId validation Excepti…
88 * [#188](https://github.com/onelogin/php-saml/pull/188) Fixed issue with undefined constant of UNEX…
99 * [#177](https://github.com/onelogin/php-saml/pull/177) Add error message for bad OneLogin_Saml2_Se…
102 * [#175](https://github.com/onelogin/php-saml/pull/175) Allow overriding of host, port, protocol an…
103 * [#173](https://github.com/onelogin/php-saml/pull/173) Provide better support to NameIdFormat
123 * [#154](https://github.com/onelogin/php-saml/pull/154) getSelfHost no longer returns a port number
124 * [#156](https://github.com/onelogin/php-saml/pull/156) Use correct host on response destination fa…
125 * [#158](https://github.com/onelogin/php-saml/pull/158) NEW Control usage of X-Forwarded-* headers
133 * [134](https://github.com/onelogin/php-saml/pull/134) PHP7 production settings compiles out assert…
134 * [132](https://github.com/onelogin/php-saml/pull/132) Add note for "wantAssertionsEncrypted"
142 * [128](https://github.com/onelogin/php-saml/pull/128) Test php7 and upgrade phpunit
178 * Allow single log out to work for applications not leveraging php session_start. Added a callback …
236 …he isValid method of the Logout Request is now non-static. (affects processSLO method of Auth.php).