Skip to content

Commit 42d6c1f

Browse files
committed
Release version 2.3.0
1 parent df2a40c commit 42d6c1f

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

CHANGELOG

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
CHANGELOG
22
=========
33

4+
v.2.3.0
5+
-------
6+
* Resolve namespace problem. Some IdPs uses saml2p:Response and saml2:Assertion instead of samlp:Response saml:Assertion.
7+
* Improve test and documentation.
8+
* Improve ADFS compatibility.
9+
* Remove unnecessary XSDs files.
10+
* Make available the reason for the saml message invalidation.
11+
* Adding ability to set idp cert once the Setting object initialized.
12+
* Fix status info issue.
13+
* Reject SAML Response if not signed and strict = false.
14+
* Support NameId and SessionIndex in LogoutRequest.
15+
* Add ForceAuh and IsPassive support.
16+
417
v.2.2.0
518
-------
619
* Fix bug with Encrypted nameID on LogoutRequest

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,14 @@ namespaces, remember that calls to the class must be done by adding a \ to the
134134
start, for example to use the static method getSelfURLNoQuery use:
135135
\OneLogin_Saml2_Utils::getSelfURLNoQuery()
136136

137+
138+
Security warning
139+
----------------
140+
141+
In production, the **strict** parameter MUST be set as **"true"**. Otherwise
142+
your environment is not secure and will be exposed to attacks.
143+
144+
137145
Getting started
138146
---------------
139147

0 commit comments

Comments
 (0)