Skip to content
Snippets Groups Projects
Commit 8717d34d authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Add deprecation note on SAML1.1 / Shibboleth 1.3

parent c913baae
No related branches found
No related tags found
No related merge requests found
...@@ -33,6 +33,7 @@ Released TBD ...@@ -33,6 +33,7 @@ Released TBD
* The minimum PHP version required is now 5.6. * The minimum PHP version required is now 5.6.
### Deprecation ### Deprecation
* Support for SAML1.1 / Shibboleth 1.3 will be discontinued in a future release
* The class SimpleSAML\Auth\TimeLimitedToken is now deprecated and will be removed in a future release * The class SimpleSAML\Auth\TimeLimitedToken is now deprecated and will be removed in a future release
If your custom module relies on this class, be sure to make a copy into your repository and If your custom module relies on this class, be sure to make a copy into your repository and
make sure to also copy the unit tests that come along. make sure to also copy the unit tests that come along.
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
* Implementation of the Shibboleth 1.3 Artifact binding. * Implementation of the Shibboleth 1.3 Artifact binding.
* *
* @package SimpleSAMLphp * @package SimpleSAMLphp
* @deprecated This class will be removed in a future release
*/ */
namespace SimpleSAML\Bindings\Shib13; namespace SimpleSAML\Bindings\Shib13;
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
* *
* @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no> * @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
* @package SimpleSAMLphp * @package SimpleSAMLphp
* @deprecated This class will be removed in a future release
*/ */
namespace SimpleSAML\Bindings\Shib13; namespace SimpleSAML\Bindings\Shib13;
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
* *
* @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no> * @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
* @package SimpleSAMLphp * @package SimpleSAMLphp
* @deprecated This class will be removed in a future release
*/ */
namespace SimpleSAML\XML\Shib13; namespace SimpleSAML\XML\Shib13;
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
* *
* @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no> * @author Andreas Åkre Solberg, UNINETT AS. <andreas.solberg@uninett.no>
* @package SimpleSAMLphp * @package SimpleSAMLphp
* @deprecated This class will be removed in a future release
*/ */
namespace SimpleSAML\XML\Shib13; namespace SimpleSAML\XML\Shib13;
......
...@@ -17,6 +17,7 @@ use SimpleSAML\XML\Shib13\AuthnResponse; ...@@ -17,6 +17,7 @@ use SimpleSAML\XML\Shib13\AuthnResponse;
* IdP implementation for SAML 1.1 protocol. * IdP implementation for SAML 1.1 protocol.
* *
* @package SimpleSAMLphp * @package SimpleSAMLphp
* @deprecated This class will be removed in a future release
*/ */
class SAML1 class SAML1
{ {
......
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
* *
* For the full copyright and license information, please view the LICENSE * For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code. * file that was distributed with this source code.
* @deprecated This class will be removed in a future release
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment