Hi Jose, On 10/09/14 07:58, Jose Blanco wrote: > I have our instance using one Method (cosign), I would like to make > sword use a different Method (the default method). Can this be > configured?
Have a look at the Shibboleth authentication method -- it has a sword compatibility mode that does what you describe. https://github.com/DSpace/DSpace/blob/dspace-4.2/dspace/config/modules/authentication-shibboleth.cfg#L104 The code is here: https://github.com/DSpace/DSpace/blob/dspace-4.2/dspace-api/src/main/java/org/dspace/authenticate/ShibAuthentication.java#L847 invoked from here: https://github.com/DSpace/DSpace/blob/dspace-4.2/dspace-api/src/main/java/org/dspace/authenticate/ShibAuthentication.java#L170 I'm not familiar with CoSign auth in DSpace, so I don't know how doable it is to implement something similar there. cheers, Andrea -- Dr Andrea Schweer IRR Technical Specialist, ITS Information Systems The University of Waikato, Hamilton, New Zealand ------------------------------------------------------------------------------ Want excitement? Manually upgrade your production database. When you want reliability, choose Perforce. Perforce version control. Predictably reliable. http://pubads.g.doubleclick.net/gampad/clk?id=157508191&iu=/4140/ostg.clktrk _______________________________________________ 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

