This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a change to branch 1.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git.
from ebc05a7 Fixing OIDC system tests
new 08db044 Picking up some changes from the recent CXF releases
new 22295e6 Updating BouncyCastle, Jetty, Tomcat
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
pom.xml | 6 +-
.../service/oidc/FedizAccessTokenService.java | 95 ++++++++++++++++++++++
.../service/oidc/FedizTokenRevocationService.java | 95 ++++++++++++++++++++++
.../src/main/webapp/WEB-INF/applicationContext.xml | 4 +-
.../src/test/resources/oidc/applicationContext.xml | 4 +-
.../resources/oidc/spring/applicationContext.xml | 4 +-
6 files changed, 199 insertions(+), 9 deletions(-)
create mode 100644
services/oidc/src/main/java/org/apache/cxf/fediz/service/oidc/FedizAccessTokenService.java
create mode 100644
services/oidc/src/main/java/org/apache/cxf/fediz/service/oidc/FedizTokenRevocationService.java