[Dspace-devel] Support on RestAPI using LDAP authorization

2015-08-05 Thread Galupo, Glenson Carlo V.
I just wanted to know if you are supporting LDAP authorization to login in RestAPI. Thanks... --glenson -- ___ Dspace-devel mailing list Dspace-devel@lists.sourceforge.net

Re: [Dspace-devel] Support on RestAPI using LDAP authorization

2015-08-05 Thread Peter Dietz
Hi Glenson, It appears that using DSpace's auth framework is missing from REST API. Its hardcoded to use DSpace EPerson password auth. https://github.com/DSpace/DSpace/blob/master/dspace-rest/src/main/java/org/dspace/rest/TokenHolder.java#L54 public static String login(User user) { EPerson