Lines Matching refs:saml

3saml.png?branch=master)](http://travis-ci.org/onelogin/php-saml) [![Coverage Status](https://cover…
17 Version 2.17.1 updates xmlseclibs to 3.0.4 (CVE-2019-3465), but php-saml was not directly affected …
21 Update php-saml to 2.15.0, this version includes a security patch related to XEE attacks
23 php-saml is not affected by [201803-01](https://simplesamlphp.org/security/201803-01)
25 Update php-saml to 2.10.4, this version includes a security patch related to
26 [signature validations on LogoutRequests/LogoutResponses](https://github.com/onelogin/php-saml/comm…
28 Update php-saml to 2.10.0, this version includes a security patch that contains extra validations t…
30 php-saml < v2.10.0 is vulnerable and allows signature wrapping!
89 …guide: [https://developers.onelogin.com/page/saml-toolkit-for-php](https://developers.onelogin.com…
109 git clone git@github.com:onelogin/php-saml.git
115 * Latest release: https://github.com/onelogin/php-saml/releases/latest
116 * Master repo: https://github.com/onelogin/php-saml/tree/master
127 …poser.org/). You can find the `onelogin/php-saml` package at https://packagist.org/packages/onelog…
129 In order to import the saml toolkit to your current php project, execute
131 composer require onelogin/php-saml
134 …at the `vendor/` folder a new folder named `onelogin` and inside the `php-saml`. Make sure you are…
136 **Important** In this option, the x509 certs must be stored at `vendor/onelogin/php-saml/certs`
137 and settings file stored at `vendor/onelogin/php-saml`.
493 // Indicates a requirement for the <saml:Assertion> elements received by
497 // Indicates a requirement for the <saml:Assertion> elements received by
630 define("TOOLKIT_PATH", '/var/www/php-saml/');
657 define("TOOLKIT_PATH", '/var/www/php-saml/');
711 define("TOOLKIT_PATH", '/var/www/php-saml/');
756 define("TOOLKIT_PATH", '/var/www/php-saml/');
898 define("TOOLKIT_PATH", '/var/www/php-saml/');
1006 define("TOOLKIT_PATH", '/var/www/php-saml/');
1168 composer require onelogin/php-saml
1206 php-saml toolkit uses a bunch of methods in OneLogin_Saml2_Utils that try to guess the URL where th…
1500 * `injectIntoSettings` - Inject metadata info into php-saml settings array.