Uploaded image for project: 'Syncope'
  1. Syncope
  2. SYNCOPE-608

Cannot configure audit for AuthenticationController

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.2.0
    • 1.2.2, 2.0.0-M1
    • console
    • None

    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:

              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);
      

      Attachments

        Activity

          People

            mdisabatino Marco Di Sabatino Di Diodoro
            ilgrosso Francesco Chicchiriccò
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: