Skip to content

Commit 8717d34

Browse files
committed
Add deprecation note on SAML1.1 / Shibboleth 1.3
1 parent c913baa commit 8717d34

7 files changed

Lines changed: 7 additions & 0 deletions

File tree

docs/simplesamlphp-changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ Released TBD
3333
* The minimum PHP version required is now 5.6.
3434

3535
### Deprecation
36+
* Support for SAML1.1 / Shibboleth 1.3 will be discontinued in a future release
3637
* The class SimpleSAML\Auth\TimeLimitedToken is now deprecated and will be removed in a future release
3738
If your custom module relies on this class, be sure to make a copy into your repository and
3839
make sure to also copy the unit tests that come along.

lib/SimpleSAML/Bindings/Shib13/Artifact.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Implementation of the Shibboleth 1.3 Artifact binding.
55
*
66
* @package SimpleSAMLphp
7+
* @deprecated This class will be removed in a future release
78
*/
89

910
namespace SimpleSAML\Bindings\Shib13;

lib/SimpleSAML/Bindings/Shib13/HTTPPost.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*
77
* @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
88
* @package SimpleSAMLphp
9+
* @deprecated This class will be removed in a future release
910
*/
1011

1112
namespace SimpleSAML\Bindings\Shib13;

lib/SimpleSAML/XML/Shib13/AuthnRequest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*
77
* @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
88
* @package SimpleSAMLphp
9+
* @deprecated This class will be removed in a future release
910
*/
1011

1112
namespace SimpleSAML\XML\Shib13;

lib/SimpleSAML/XML/Shib13/AuthnResponse.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
*
66
* @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
77
* @package SimpleSAMLphp
8+
* @deprecated This class will be removed in a future release
89
*/
910

1011
namespace SimpleSAML\XML\Shib13;

modules/saml/lib/IdP/SAML1.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
* IdP implementation for SAML 1.1 protocol.
1818
*
1919
* @package SimpleSAMLphp
20+
* @deprecated This class will be removed in a future release
2021
*/
2122
class SAML1
2223
{

tests/lib/SimpleSAML/XML/Shib13/AuthnResponseTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
*
77
* For the full copyright and license information, please view the LICENSE
88
* file that was distributed with this source code.
9+
* @deprecated This class will be removed in a future release
910
*/
1011

1112

0 commit comments

Comments
 (0)