Bump the version of the SAML2 library.
Now we are finally using the 2.x branch of the SAML2 library, which was also migrated to use namespaces. Even though the library provides an autoloader that allows loading the classes with the old names using class aliasing, we need to do the migration in one commit (at least for most part of it). This is due to the way SimpleSAMLphp checks data types, using inheritance to check objects agains abstract or more general classes. Even though class aliasing works, there's no way to replicate those relationships, and type checks that use the old class names will fail because the aliases are virtually new classes that don't inherit from others.
Showing
- composer.json 2 additions, 2 deletionscomposer.json
- composer.lock 23 additions, 19 deletionscomposer.lock
- lib/SimpleSAML/Bindings/Shib13/Artifact.php 2 additions, 2 deletionslib/SimpleSAML/Bindings/Shib13/Artifact.php
- lib/SimpleSAML/Bindings/Shib13/HTTPPost.php 1 addition, 1 deletionlib/SimpleSAML/Bindings/Shib13/HTTPPost.php
- lib/SimpleSAML/Configuration.php 3 additions, 3 deletionslib/SimpleSAML/Configuration.php
- lib/SimpleSAML/Metadata/MetaDataStorageHandler.php 3 additions, 3 deletionslib/SimpleSAML/Metadata/MetaDataStorageHandler.php
- lib/SimpleSAML/Metadata/SAMLBuilder.php 47 additions, 43 deletionslib/SimpleSAML/Metadata/SAMLBuilder.php
- lib/SimpleSAML/Metadata/SAMLParser.php 62 additions, 62 deletionslib/SimpleSAML/Metadata/SAMLParser.php
- lib/SimpleSAML/Metadata/Signer.php 1 addition, 1 deletionlib/SimpleSAML/Metadata/Signer.php
- lib/SimpleSAML/Utilities.php 2 additions, 2 deletionslib/SimpleSAML/Utilities.php
- lib/SimpleSAML/Utils/XML.php 2 additions, 2 deletionslib/SimpleSAML/Utils/XML.php
- lib/SimpleSAML/XML/Shib13/AuthnResponse.php 4 additions, 4 deletionslib/SimpleSAML/XML/Shib13/AuthnResponse.php
- modules/adfs/lib/IdP/ADFS.php 1 addition, 1 deletionmodules/adfs/lib/IdP/ADFS.php
- modules/adfs/lib/SAML2/XML/fed/SecurityTokenServiceType.php 1 addition, 1 deletionmodules/adfs/lib/SAML2/XML/fed/SecurityTokenServiceType.php
- modules/adfs/lib/XMLSecurityDSig.php 1 addition, 1 deletionmodules/adfs/lib/XMLSecurityDSig.php
- modules/adfs/www/idp/metadata.php 2 additions, 2 deletionsmodules/adfs/www/idp/metadata.php
- modules/cas/lib/Auth/Source/CAS.php 1 addition, 1 deletionmodules/cas/lib/Auth/Source/CAS.php
- modules/core/lib/Auth/Process/TargetedID.php 3 additions, 3 deletionsmodules/core/lib/Auth/Process/TargetedID.php
- modules/core/www/idp/logout-iframe-post.php 2 additions, 2 deletionsmodules/core/www/idp/logout-iframe-post.php
- modules/exampleattributeserver/www/attributeserver.php 9 additions, 9 deletionsmodules/exampleattributeserver/www/attributeserver.php
Loading
Please register or sign in to comment