See all available distributions

Nuxeo DM 5.4.1

Contribution org.nuxeo.ecm.platform.wss.auth.config--authenticators

This contribution is part of XML component org.nuxeo.ecm.platform.wss.auth.config inside nuxeo-platform-wss-backend-5.4.1.jar

Description

Extension point

Extension point authenticators of component PluggableAuthenticationService.

Contributed items

  • authenticationPlugin BASIC_AUTH

    View XML source
    <authenticationPlugin class="org.nuxeo.ecm.platform.ui.web.auth.plugins.BasicAuthenticator" enabled="true" name="BASIC_AUTH">
            <parameters>
                <parameter name="ForcePromptURL_WSS">_vti_bin</parameter>
            </parameters>
        </authenticationPlugin>

XML source

View XML source
<?xml version="1.0" encoding="UTF-8"?>
<extension point="authenticators" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
    <authenticationPlugin
        class="org.nuxeo.ecm.platform.ui.web.auth.plugins.BasicAuthenticator"
        enabled="true" name="BASIC_AUTH">
        <parameters>
            <parameter name="ForcePromptURL_WSS">_vti_bin</parameter>
        </parameters>
    </authenticationPlugin>
</extension>