Venugopal T a écrit :
> 
> We would like to use Nuxeo ECM with our app, but I am struggling to find
> the related documentation. What we want to do are the following
> 
>     * Our application has the user/role management built in, so we would
>       like to reuse this.

Then you must override the groupDirectory definition (in
nuxeo.ear/config/default-sql-users-contrib.xml) to point to your database for
the users and group definitions hopping the structure is compatible (one to one
field mapping) with the users and group schemas of nuxeo.

>     * A user who is logged in to our app must be able to click on a link
>       and use ECM without logging in. I looked at the sso modules

Yes the CAS SSO is the most used SSO implementation with nuxeo. You need to
setup a CAS SSO authenticating proxy first.

>     * Once logged in, ECM should use our user/roles tables to grant the
>       user access to the documents.

You should give the ReadWrite permission to one of your groups that represents
the editors of the Nuxeo application at the root domain of nuxeo so that those
permissions are inherited in the whole document tree of Nuxeo.

-- 
Olivier

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to