Hi, I want to use Grails web app to display user's document (e.g. document content in Alfresco web client). Then user can login Grails web app to view their document in Alfreso to achieve single sing on. Would you pls show me some sample or tips for me? should I use RAAr, web services etc.
I would suggest to store the credentials used to log into Grails in some session scoped variable. Then you could use he same credentials to log into alfresco . I would also use the CMIS feature to interact with alfresco from Grails.