Hi Rahul,

Rahul Suryavanshi wrote:
> I want to authenticate users to my dspace from a remote application, any
> idea how i can do that. 
>   

One way:
1) Rewrite the DSpace URl, appending encrypted authentication information.
2) Write a servlet filter that decrypts the authentication info, uses it 
to authenticate the user and writes the auth info into the DSpace auth 
session attribute. If this sits outside the other Dspace filters then 
its operation should be transparent to them.

Best regards,
jim

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to