Hi all,

So I've check out the "nuxeo-platform-login-anonymous" in the nuxeo-addons.

In order to activate the plugin, I read the doc include :

"To enable actual anonymous authentication, you must add an authentication
chain including ANONYMOUS_AUTH and specify the anonymous user id in the
UserManager extension point."

Where am I supposed to add an authentication chain including ANONYMOUS_AUTH
?

And for specify the anonymous user, I try this :

<extension target="org.nuxeo.ecm.platform.usermanager.UserManagerDescriptor"
point="UserManager">
  <userManager>
    <users>
      <anonymousUser id="Anonymous">
        <property name="firstName">Anonymous</property>
        <property name="lastName">User</property>
      </anonymousUser>
    </users>
  </userManager>
</extension>

Am I right about this ?

Thanks a lot, any help will be appreciated...
-- 
Romain FERE
_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to