Hello to everyone. I am trying to set up Shibboleth login in DSpace 4.1. I
have read the documentation
<https://wiki.duraspace.org/display/DSDOC4x/Authentication+Plugins#AuthenticationPlugins-ShibbolethAuthentication>
but I am not very familiar with Tomcat/ Apache configurations.

  I want to use DSpace as part of a Single Sign On (SSO) system. Logging
into DSpace should only be permitted via Shibboleth. Therefore I will
prefer active sessions over lazy sessions:

lazysession = false

  When I click on the 'Sign on to: My DSpace' link, the following url opens:

http://localhost:8080/jspui/shibboleth-login and I get a message: "Single
Sign Out feature is not implemented".

I would like some clarifications on the following:

- When the address http://localhost:8080/jspui/shibboleth-login appears,
which ends in /shibboleth-login, I should configure Tomcat 7 to redirect to
Apache2. "Any requests to DSpace that require authentication via Shibboleth
should be redirected to 'shibd' (the shibboleth daemon) by this "mod_shib"
module."Therefore I should configure server.xml of Tomcat. My Shibboleth
login page is:

http://localhost/Shibboleth.sso/Login?

How should I configure Tomcat (server.xml)? By adding the following lines?

    <!-- Define an AJP 1.3 Connector on port 8009 -->
    <Connector port="8009"
    enableLookups="false" redirectPort="8443" protocol="AJP/1.3"
    request.tomcatAuthentication="false" address="127.0.0.1" />


 Could someone provide an example server.xml?

     Regards,

     Stamatis
------------------------------------------------------------------------------
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Reply via email to