RE: Adding Advice in CXF 2.7.13 STS

2015-03-16 Thread Stephen.CTR.Chappell
CTR (FAA) Sent: Friday, March 13, 2015 3:09 PM To: users@cxf.apache.org Subject: Adding Advice in CXF 2.7.13 STS I am revisiting some STS code I was working on some time ago and found a sort of major bug. I have a requirement to issue tokens with Advice when my RST has an ActAs. At the time, I

RE: Adding Advice in CXF 2.7.13 STS

2015-03-16 Thread Stephen.CTR.Chappell
: Chappell, Stephen CTR (FAA) Sent: Friday, March 13, 2015 3:09 PM To: users@cxf.apache.org Subject: Adding Advice in CXF 2.7.13 STS I am revisiting some STS code I was working on some time ago and found a sort of major bug. I have a requirement to issue tokens with Advice when my RST has an ActAs

Adding Advice in CXF 2.7.13 STS

2015-03-13 Thread Stephen.CTR.Chappell
I am revisiting some STS code I was working on some time ago and found a sort of major bug. I have a requirement to issue tokens with Advice when my RST has an ActAs. At the time, I implemented that using a SAMLCustomHandler derivative, which seemed to work until I started writing validators.