Extension point chain
Documentation
Defines the chain of AuthenticationPlugin to use when trying to authenticate. = The authentication Plugins are tried in the chain order.
Contribution Descriptors
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="chain" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService"> <authenticationChain> <plugins> <plugin>BASIC_AUTH</plugin> <plugin>FORM_AUTH</plugin> <plugin>WEBENGINE_FORM_AUTH</plugin> <plugin>ANONYMOUS_AUTH</plugin> <plugin>WEBSERVICES_AUTH</plugin> </plugins> </authenticationChain> </extension>
-
<extension point="chain" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService"> <authenticationChain> <plugins> <plugin>BASIC_AUTH</plugin> <plugin>FORM_AUTH</plugin> <plugin>ANONYMOUS_AUTH</plugin> <plugin>WEBSERVICES_AUTH</plugin> </plugins> </authenticationChain> </extension>
-
<extension point="chain" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService"> <authenticationChain> <plugins> <plugin>BASIC_AUTH</plugin> <plugin>FORM_WEBENGINE_APPLICATION_AUTH</plugin> <plugin>FORM_AUTH</plugin> <plugin>ANONYMOUS_AUTH</plugin> <plugin>WEBSERVICES_AUTH</plugin> </plugins> </authenticationChain> </extension>