 
    
  
                
                    
    
        This module requires version 2.1.2 or higher of the Lutece kernel (lutece-core)
The plugin MyLutece should be installed in version 2.1.0 or higher
As soon as the module has been extracted in the webapp, just activate it in the "Plugins management" feature of the Lutece backoffice
Check in the file WEB-INF/conf/plugins/mylutece.properties that the authentication is correctly enabled as follows :
# Enable authentication
mylutece.authentication.enable=true
mylutece.authentication.class=fr.paris.lutece.plugins.mylutece.modules.persona.authentication.PersonaAuthentication
mylutece.url.login.page=Portal.jsp?page=persona
mylutece.url.doLogin=jsp/site/plugins/mylutece/modules/persona/DoRedirectPersonaPage.jsp
mylutece.url.doLogout=jsp/site/plugins/mylutece/modules/persona/DoRedirectPersonaPage.jsp
mylutece.url.default.redirect=../../Portal.jsp
        The Persona authentication page is called by the following URL :
http://myhost/lutece/jsp/site/Portal.jsp?page=persona
You may create an authentication form in a portlet, by copying the form in an HTML portlet, or by modifying the MyLutece XSL default stylesheet.
log4j.logger.persona=DEBUG, Console