Skip to content

Shibboleth Setup

Philipp Burckhardt edited this page Oct 27, 2020 · 5 revisions

Shibboleth Setup

We are following this guide to set up Shibboleth.

Additional changes to be made are the following:

  1. Set the content type to application/json in the session handler of the shibboleth2.xml file:
<Handler type="Session" Location="/Session" showAttributeValues="false" contentType="application/json"/>
  1. Provide a custom email address for the support contact, e.g.
<Errors supportContact="[email protected]"

To restart the Apache-2 Server:

service httpd restart

To restart shibd, we can do

service shibd restart
Clone this wiki locally