-
Notifications
You must be signed in to change notification settings - Fork 2
Shibboleth Setup
Philipp Burckhardt edited this page Oct 27, 2020
·
5 revisions
We are following this guide to set up Shibboleth.
Additional changes to be made are the following:
- Set the content type to
application/json
in the session handler of theshibboleth2.xml
file:
<Handler type="Session" Location="/Session" showAttributeValues="false" contentType="application/json"/>
- 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