Extension point preFilter
Documentation
Contribute a filter class that will be executer just before the default Authentification Filter This is pretty much the same as a standard filter, but you don't have to configure all it's mapping since it will always be executed just before the default auth filter.
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="preFilter" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService"> <preFilter class="org.nuxeo.ecm.platform.ui.web.auth.oauth.NuxeoOAuthFilter" name="OAuth"/> <preFilter class="org.nuxeo.ecm.platform.ui.web.auth.oauth2.NuxeoOAuth2Filter" name="OAuth2"/> </extension>