The Incommon Federation wiki has moved.

Please visit the new InCommon Federation Library wiki for updated content. Remember to update your bookmarks.

Click in the link above if you are not automatically redirected in 15 seconds.



You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This topic shows how to leverage the fallback aggregate, an important component of the metadata aggregates in the pipeline.

If something goes wrong while a potentially breaking change is being pushed through the metadata pipeline, a SAML deployment can temporarily point its metadata refresh process at the fallback aggregate and thereby gain some time while the issue is being addressed.

To leverage the legacy fallback aggregate, change your metadata config from this:

Pointing to the main production aggregate
<MetadataProvider id="ICMD" xsi:type="FileBackedHTTPMetadataProvider"
   xmlns="urn:mace:shibboleth:2.0:metadata"
   metadataURL="http://md.incommon.org/InCommon/InCommon-metadata.xml"
   backingFile="%{idp.home}/metadata/InCommon-metadata.xml">

to this:

Pointing to the fallback aggregate
<MetadataProvider id="ICMD" xsi:type="FileBackedHTTPMetadataProvider"
   xmlns="urn:mace:shibboleth:2.0:metadata"
   metadataURL="http://md.incommon.org/InCommon/InCommon-metadata-fallback.xml"
   backingFile="%{idp.home}/metadata/InCommon-metadata.xml">

Note the above configuration temporarily points away from the main production aggregate. It’s rarely necessary to fall back from the preview aggregate, which is intended for leading edge systems anyway. Indeed, some breakage is expected in a pre-production environment, by definition.

The fallback aggregate is intended to be a transient solution

If you point to the fallback aggregate as documented here, don’t forget to revert to the main production aggregate in a timely manner. The fallback aggregate is intended to be a transient solution. If you never point away from the fallback aggregate, you lose the ability of falling back in the future.
#trackbackRdf ($trackbackUtils.getContentIdentifier($page) $page.title $trackbackUtils.getPingUrl($page))
  • No labels