Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This guide will describe how to get Shibboleth 3.2.x working with Eiseverywhere (aka eventscloud.com).  Currently the vendor does not have documentation on this integration, here is how I got it working.  There are two parts to get this working, the Shibboleth IDP side and then the UI within Eiseverywhere.  


Table of Contents

Shibboleth IDP Configuration

Code Block
languagexml
titlemetadata-providers.xml
	<MetadataProvider id="eiseverywhere"
		xsi:type="FilesystemMetadataProvider"
		xmlns="urn:mace:shibboleth:2.0:metadata" 
		metadataFile="%{idp.home}/metadata/eiseverywhere.xml"
		failFastInitialization="false" />	

...