Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/SHIBUI-570' into SHIBUI-570
Browse files Browse the repository at this point in the history
  • Loading branch information
jj committed Sep 12, 2018
2 parents 8ac52b8 + 0721845 commit 78781de
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -460,9 +460,6 @@ class TestObjectGenerator {
it.metadataURL = 'https://idp.unicon.net/idp/shibboleth'

it.reloadableMetadataResolverAttributes = new ReloadableMetadataResolverAttributes().with {
it.minRefreshDelay = 'PT5M'
it.maxRefreshDelay = 'PT1H'
it.refreshDelayFactor = 0.75
it
}
it
Expand Down
5 changes: 1 addition & 4 deletions backend/src/test/resources/conf/278.2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,7 @@
<MetadataProvider id="HTTPMetadata"
xsi:type="FileBackedHTTPMetadataProvider"
backingFile="unicon.xml"
metadataURL="https://idp.unicon.net/idp/shibboleth"
minRefreshDelay="PT5M"
maxRefreshDelay="PT1H"
refreshDelayFactor="0.75">
metadataURL="https://idp.unicon.net/idp/shibboleth">
<MetadataFilter xsi:type="SignatureValidation" requireSignedRoot="true"
certificateFile="%{idp.home}/credentials/inc-md-cert.pem" />
</MetadataProvider>
Expand Down
5 changes: 1 addition & 4 deletions backend/src/test/resources/conf/278.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,7 @@
<MetadataProvider id="HTTPMetadata"
xsi:type="FileBackedHTTPMetadataProvider"
backingFile="unicon.xml"
metadataURL="https://idp.unicon.net/idp/shibboleth"
minRefreshDelay="PT5M"
maxRefreshDelay="PT1H"
refreshDelayFactor="0.75">
metadataURL="https://idp.unicon.net/idp/shibboleth">
<MetadataFilter xsi:type="SignatureValidation" requireSignedRoot="true"
certificateFile="%{idp.home}/credentials/inc-md-cert.pem" />
</MetadataProvider>
Expand Down
5 changes: 1 addition & 4 deletions backend/src/test/resources/conf/532.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,5 @@
<MetadataProvider id="HTTPMetadata"
xsi:type="FileBackedHTTPMetadataProvider"
backingFile="unicon.xml"
metadataURL="https://idp.unicon.net/idp/shibboleth"
minRefreshDelay="PT5M"
maxRefreshDelay="PT1H"
refreshDelayFactor="0.75" />
metadataURL="https://idp.unicon.net/idp/shibboleth" />
</MetadataProvider>

0 comments on commit 78781de

Please sign in to comment.