Contribute to the DSpace Development Fund

The newly established DSpace Development Fund supports the development of new features prioritized by DSpace Governance. For a list of planned features see the fund wiki page.

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

Compare with Current View Page History

Version 1 Next »

  1. Ensure that you are running Apache Tomcat (the web application server) behind Apache HTTPD (the web server).  This is required as the Shibboleth authentication is performed in Apache HTTPD, while DSpace runs within Apache Tomcat.  A guide to do this is available at https://wiki.duraspace.org/display/DSPACE/ModJk
  2. Follow the standard instructions for installing a Shibboleth Service Provider (SP) in Apache HTTPD. Instructions are available from https://spaces.internet2.edu/display/SHIB2/Installation
  3. Configure the service provider to protect the following URL:
    1. If running DSpace in the ROOT context: http://dspace.example.com/shibboleth-login
    2. If running DSpace in a differentc context: http://dspace.example.com/xmlui/shibboleth-login (adjust
      Unknown macro: {xmlui}
      as appropriate)
  4. Edit dspace.cfg:
    1. Set the authentication method:

plugin.sequence.org.dspace.authenticate.AuthenticationMethod = org.dspace.authenticate.ShibAuthentication

  • No labels