This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git


    from b6111db46c qualifying domainTransactionManager as primary bean in 
persistence context (#1147)
     add 2242fcf470 [SYNCOPE-1900] Supporting OIDC Back-Channel Logout for 
Console and Enduser (#1148)

No new revisions were added by this update.

Summary of changes:
 .../syncope/core/logic/AccessTokenLogic.java       |  6 +-
 .../api/data/AccessTokenDataBinder.java            |  3 +-
 .../java/data/AccessTokenDataBinderImpl.java       |  4 +-
 .../spring/security/SyncopeJWTSSOProvider.java     | 29 ++++----
 .../commons/resources/oidcc4ui/LogoutResource.java | 45 ++++++++++++-
 .../syncope/common/lib/oidc/OIDCConstants.java     |  2 +
 .../apache/syncope/core/logic/OIDCC4UILogic.java   | 77 +++++++++++++++++++---
 .../syncope/core/logic/OIDCC4UILogicContext.java   |  3 +
 .../syncope/core/logic/oidc/OIDCClientCache.java   | 59 +++++++++++++----
 .../common/rest/api/service/OIDCC4UIService.java   | 13 ++++
 .../core/rest/cxf/service/OIDCC4UIServiceImpl.java | 11 ++--
 .../apache/syncope/core/logic/SAML2SP4UILogic.java |  4 +-
 .../org/apache/syncope/fit/ui/OIDCC4UIITCase.java  | 10 ++-
 pom.xml                                            |  4 +-
 wa/starter/src/main/resources/wa.properties        |  2 +
 15 files changed, 218 insertions(+), 54 deletions(-)

Reply via email to