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 198bdea FEDIZ-228 - Add the "jti" claim in FedizSubjectCreator
new e5526c9 FEDIZ-229 - Provide a way to map JWT claims into SAML
attributes when converting a third party JWT token into a SAML Token
new aeefdcb Fixing backmerge
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:
.../AbstractTrustedIdpOAuth2ProtocolHandler.java | 31 ++++++++++-
...{ProtocolController.java => ClaimsHandler.java} | 14 ++---
.../service/idp/protocols/RoleClaimsHandler.java | 60 ++++++++++++++++++++++
.../TrustedIdpFacebookProtocolHandler.java | 2 +-
.../protocols/TrustedIdpOIDCProtocolHandler.java | 3 +-
.../oidc/idp/example/IdTokenProviderImpl.java | 1 +
.../src/test/resources/realma/entities-realma.xml | 1 +
7 files changed, 102 insertions(+), 10 deletions(-)
copy
services/idp-core/src/main/java/org/apache/cxf/fediz/service/idp/protocols/{ProtocolController.java
=> ClaimsHandler.java} (74%)
create mode 100644
services/idp-core/src/main/java/org/apache/cxf/fediz/service/idp/protocols/RoleClaimsHandler.java