Customize Authentication and Authorization in Nuxeo Platform using bundles

I am starting to approach to integration of custom security software for nuxeo. What's the best way? Below my idea: Creatre a new bundle that implements LoginPlugin and install in in my nuxeo instance. This plugin will call login service of my application. For authorization, instead, I had thought to create a new boundle that implements UserManager. This plugin will call a web service of my application that will return user's groups

Can it be a good way to do this?

0 votes

0 answers

1934 views

ANSWER