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
## **Notice:** This project is currently not under active development, please see [#531](https://github.com/onelogin/php-saml/issues/531) for more information.
6
-
7
5
Add SAML support to your PHP software using this library.
8
-
Forget those complicated libraries and use this open source library provided
9
-
and supported by OneLogin Inc.
10
6
11
7
12
8
**The 3.X branch is compatible with PHP > 7.1, so if you are using that PHP version, use it and not the 2.X or the master branch**
@@ -22,7 +18,7 @@ Version 2.17.0 sets strict mode active by default
22
18
23
19
Update php-saml to 2.15.0, this version includes a security patch related to XEE attacks
24
20
25
-
php-saml is not affected by [201803-01](https://simplesamlphp.org/security/201803-01)
21
+
php-saml is not affected by [201803-01](https://simplesamlphp.org/security/201803-01)
26
22
27
23
Update php-saml to 2.10.4, this version includes a security patch related to
28
24
[signature validations on LogoutRequests/LogoutResponses](https://github.com/onelogin/php-saml/commit/949359f5cad5e1d085c4e5447d9aa8f49a6e82a1)
@@ -35,7 +31,7 @@ php-saml < v2.10.0 is vulnerable and allows signature wrapping!
35
31
Security Guidelines
36
32
-------------------
37
33
38
-
If you believe you have discovered a security vulnerability in this toolkit, please report it at https://www.onelogin.com/security with a description. We follow responsible disclosure guidelines, and will work with you to quickly find a resolution.
34
+
If you believe you have discovered a security vulnerability in this toolkit, please report it as an issue
39
35
40
36
41
37
Why add SAML support to my software?
@@ -65,7 +61,7 @@ since 2002, but lately it is becoming popular due its advantages:
65
61
General description
66
62
-------------------
67
63
68
-
OneLogin's SAML PHP toolkit let you build a SP (Service Provider) over
64
+
SAML PHP toolkit let you build a SP (Service Provider) over
69
65
your PHP application and connect it to any IdP (Identity Provider).
70
66
71
67
Supports:
@@ -86,7 +82,7 @@ Key features:
86
82
***Easy to use** - Programmer will be allowed to code high-level and
87
83
low-level programming, 2 easy to use APIs are available.
88
84
***Tested** - Thoroughly tested.
89
-
***Popular** - OneLogin's customers use it. Many PHP SAML plugins uses it.
85
+
***Popular** - customers use it. Many PHP SAML plugins uses it.
90
86
91
87
Integrate your PHP toolkit at OneLogin using this guide: [https://developers.onelogin.com/page/saml-toolkit-for-php](https://developers.onelogin.com/page/saml-toolkit-for-php)
92
88
@@ -356,7 +352,7 @@ $settings = array (
356
352
// URL Location where the <Response> from the IdP will be returned
357
353
'url' => '',
358
354
// SAML protocol binding to be used when returning the <Response>
359
-
// message. OneLogin Toolkit supports this endpoint for the
355
+
// message. SAML Toolkit supports this endpoint for the
0 commit comments