-
- Downloads
Allow list of entity ids to be loaded to better support idpList (#1138)
* Allow list of entity ids to be loaded to better support idpList Certain metadata sources, like mdq, were don't support loading all metadata which prevented them from being used with idplist. This change adds support for allowing metadata sources to load a list of entities, allowing MDQ to be used for idp list.
Showing
- composer.json 1 addition, 1 deletioncomposer.json
- lib/SimpleSAML/Metadata/MetaDataStorageHandler.php 33 additions, 0 deletionslib/SimpleSAML/Metadata/MetaDataStorageHandler.php
- lib/SimpleSAML/Metadata/MetaDataStorageHandlerSerialize.php 12 additions, 0 deletionslib/SimpleSAML/Metadata/MetaDataStorageHandlerSerialize.php
- lib/SimpleSAML/Metadata/MetaDataStorageSource.php 39 additions, 1 deletionlib/SimpleSAML/Metadata/MetaDataStorageSource.php
- lib/SimpleSAML/Metadata/Sources/MDQ.php 12 additions, 0 deletionslib/SimpleSAML/Metadata/Sources/MDQ.php
- modules/saml/lib/Auth/Source/SP.php 5 additions, 6 deletionsmodules/saml/lib/Auth/Source/SP.php
- tests/lib/SimpleSAML/Metadata/MetaDataStorageHandlerTest.php 47 additions, 0 deletionstests/lib/SimpleSAML/Metadata/MetaDataStorageHandlerTest.php
- tests/lib/SimpleSAML/Metadata/MetaDataStorageSourceTest.php 52 additions, 9 deletionstests/lib/SimpleSAML/Metadata/MetaDataStorageSourceTest.php
- tests/lib/SimpleSAML/Metadata/test-metadata/source1/saml20-sp-remote.php 60 additions, 0 deletions...eSAML/Metadata/test-metadata/source1/saml20-sp-remote.php
- tests/lib/SimpleSAML/Metadata/test-metadata/source2/saml20-sp-remote/entityB.serialized 1 addition, 0 deletions...test-metadata/source2/saml20-sp-remote/entityB.serialized
- tests/lib/SimpleSAML/Metadata/test-metadata/source2/saml20-sp-remote/entityInBoth.serialized 1 addition, 0 deletions...metadata/source2/saml20-sp-remote/entityInBoth.serialized
- tests/lib/SimpleSAML/Metadata/test-metadata/source2/saml20-sp-remote/expiredInSrc1InSrc2.serialized 1 addition, 0 deletions...a/source2/saml20-sp-remote/expiredInSrc1InSrc2.serialized
- tests/modules/saml/lib/Auth/Source/Auth_Source_SP_Test.php 158 additions, 1 deletiontests/modules/saml/lib/Auth/Source/Auth_Source_SP_Test.php
Loading
Please register or sign in to comment