Re: [cas-user] how do I capture audit log trail for unauthorized users who are denied access to a service in an accessStrategy configuration of one of my JSON files?

2018-02-12 Thread Dmitriy Kopylenko
. Cheers, D. From: Dmitriy Kopylenko Reply: Dmitriy Kopylenko Date: February 9, 2018 at 10:06:39 AM To: cas-user@apereo.org Subject:  Re: [cas-user] how do I capture audit log trail for unauthorized users who are denied access to a service in an accessStrategy configuration of one of my JSON

Re: [cas-user] how do I capture audit log trail for unauthorized users who are denied access to a service in an accessStrategy configuration of one of my JSON files?

2018-02-09 Thread crdaudt
> >> Carl >> >> On Friday, February 9, 2018 at 10:06:44 AM UTC-5, Dmitriy Kopylenko wrote: >>> >>> The short answer is - there is currently no audit trail advice weaved at >>> the audit point you are after. >>> >>> Best, >>

Re: [cas-user] how do I capture audit log trail for unauthorized users who are denied access to a service in an accessStrategy configuration of one of my JSON files?

2018-02-09 Thread Dmitriy Kopylenko
. Best,D. From: crdaudt Reply: cas-...@apereo.org Date: February 9, 2018 at 10:00:18 AM To: CAS Community Subject:  Re: [cas-user] how do I capture audit log trail for unauthorized users who are denied access to a service in an accessStrategy configuration of one of my JSON files? Y

Re: [cas-user] how do I capture audit log trail for unauthorized users who are denied access to a service in an accessStrategy configuration of one of my JSON files?

2018-02-09 Thread crdaudt
> Best, > D. > > > From: crdaudt > Reply: cas-...@apereo.org > Date: February 9, 2018 at 10:00:18 AM > To: CAS Community > Subject: Re: [cas-user] how do I capture audit log trail for > unauthorized users who are denied access to a service in an accessStrategy >

Re: [cas-user] how do I capture audit log trail for unauthorized users who are denied access to a service in an accessStrategy configuration of one of my JSON files?

2018-02-09 Thread Dmitriy Kopylenko
who are denied access to a service in an accessStrategy configuration of one of my JSON files? Yes, the configuration is there in log4j2 but the audit log is only providing entries for users who are authorized, not for those who are denied access. I am attaching an annotated copy of my

Re: [cas-user] how do I capture audit log trail for unauthorized users who are denied access to a service in an accessStrategy configuration of one of my JSON files?

2018-02-09 Thread crdaudt
Yes, the configuration is there in log4j2 but the audit log is only providing entries for users who are authorized, not for those who are denied access. I am attaching an annotated copy of my cas_audit.log, and also copies of my service's JSON file and log4j2.xml file. My goals: - To log at

Re: [cas-user] how do I capture audit log trail for unauthorized users who are denied access to a service in an accessStrategy configuration of one of my JSON files?

2018-02-08 Thread Ray Bon
Carl, This already should be in log4j2: Ray On Thu, 2018-02-08 at 13:06 -0800, crdaudt wrote: For one of my services, I have the following accessStrategy defined in my JSON file: ---begin--- "accessStrategy" : { "@class" : "org.aper