Skip to content

Commit

Permalink
[NOJIRA]
Browse files Browse the repository at this point in the history
Replaced InCommon references with unicon ones.
  • Loading branch information
Bill Smith committed Aug 30, 2018
1 parent 9caacdc commit cfa1903
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -459,8 +459,8 @@ class TestObjectGenerator {
new FileBackedHttpMetadataResolver().with {
it.name = 'HTTPMetadata'
it.xmlId = 'HTTPMetadata'
it.backingFile = 'incommonmd.xml'
it.metadataURL = 'http://md.incommon.org/InCommon/InCommon-metadata.xml'
it.backingFile = 'unicon.xml'
it.metadataURL = 'https://idp.unicon.net/idp/shibboleth'

it.reloadableMetadataResolverAttributes = new ReloadableMetadataResolverAttributes().with {
it.minRefreshDelay = 'PT5M'
Expand Down
4 changes: 2 additions & 2 deletions backend/src/test/resources/conf/278.2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
</MetadataProvider>
<MetadataProvider id="HTTPMetadata"
xsi:type="FileBackedHTTPMetadataProvider"
backingFile="incommonmd.xml"
metadataURL="http://md.incommon.org/InCommon/InCommon-metadata.xml"
backingFile="unicon.xml"
metadataURL="https://idp.unicon.net/idp/shibboleth"
minRefreshDelay="PT5M"
maxRefreshDelay="PT1H"
refreshDelayFactor="0.75">
Expand Down
4 changes: 2 additions & 2 deletions backend/src/test/resources/conf/278.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
</MetadataProvider>
<MetadataProvider id="HTTPMetadata"
xsi:type="FileBackedHTTPMetadataProvider"
backingFile="incommonmd.xml"
metadataURL="http://md.incommon.org/InCommon/InCommon-metadata.xml"
backingFile="unicon.xml"
metadataURL="https://idp.unicon.net/idp/shibboleth"
minRefreshDelay="PT5M"
maxRefreshDelay="PT1H"
refreshDelayFactor="0.75">
Expand Down
4 changes: 2 additions & 2 deletions backend/src/test/resources/conf/532.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
xsi:schemaLocation="urn:mace:shibboleth:2.0:metadata http://shibboleth.net/schema/idp/shibboleth-metadata.xsd urn:mace:shibboleth:2.0:resource http://shibboleth.net/schema/idp/shibboleth-resource.xsd urn:mace:shibboleth:2.0:security http://shibboleth.net/schema/idp/shibboleth-security.xsd urn:oasis:names:tc:SAML:2.0:metadata http://docs.oasis-open.org/security/saml/v2.0/saml-schema-metadata-2.0.xsd urn:oasis:names:tc:SAML:2.0:assertion http://docs.oasis-open.org/security/saml/v2.0/saml-schema-assertion-2.0.xsd">
<MetadataProvider id="HTTPMetadata"
xsi:type="FileBackedHTTPMetadataProvider"
backingFile="incommonmd.xml"
metadataURL="http://md.incommon.org/InCommon/InCommon-metadata.xml"
backingFile="unicon.xml"
metadataURL="https://idp.unicon.net/idp/shibboleth"
minRefreshDelay="PT5M"
maxRefreshDelay="PT1H"
refreshDelayFactor="0.75" />
Expand Down

0 comments on commit cfa1903

Please sign in to comment.