[ 
https://issues.apache.org/jira/browse/SYNCOPE-608?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Francesco Chicchiriccò updated SYNCOPE-608:
-------------------------------------------
    Description: 
The admin console does not allow to configure audit for Authentication 
controller, required for auditing login success / failure.

This is possible via REST call, of course:

{code}
        String name = "[REST]:[AuthenticationController]:[]:[login]:[SUCCESS]";
        LoggerTO loggerTO = new LoggerTO();
        loggerTO.setName(name);
        loggerTO.setLevel(LoggerLevel.DEBUG);
        getService(LoggerService.class).update(LoggerType.AUDIT, name, 
loggerTO);
{code}

  was:The admin console does not allow to configure audit for Authentication 
controller, required for auditing login success / failure.


> Cannot configure audit for AuthenticationController
> ---------------------------------------------------
>
>                 Key: SYNCOPE-608
>                 URL: https://issues.apache.org/jira/browse/SYNCOPE-608
>             Project: Syncope
>          Issue Type: Bug
>          Components: console
>    Affects Versions: 1.2.0
>            Reporter: Francesco Chicchiriccò
>             Fix For: 1.2.2, 1.3.0
>
>
> The admin console does not allow to configure audit for Authentication 
> controller, required for auditing login success / failure.
> This is possible via REST call, of course:
> {code}
>         String name = 
> "[REST]:[AuthenticationController]:[]:[login]:[SUCCESS]";
>         LoggerTO loggerTO = new LoggerTO();
>         loggerTO.setName(name);
>         loggerTO.setLevel(LoggerLevel.DEBUG);
>         getService(LoggerService.class).update(LoggerType.AUDIT, name, 
> loggerTO);
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to