You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "Marco Di Sabatino Di Diodoro (JIRA)" <ji...@apache.org> on 2014/11/19 10:15:34 UTC

[jira] [Assigned] (SYNCOPE-608) Cannot configure audit for AuthenticationController

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

Marco Di Sabatino Di Diodoro reassigned SYNCOPE-608:
----------------------------------------------------

    Assignee: Marco Di Sabatino Di Diodoro

> 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ò
>            Assignee: Marco Di Sabatino Di Diodoro
>             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)