This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git.
from 5763106 Separating out encrypted SAML tests to a different class
new 0d5b4c9 add support for unsigned token
new d9dc698 restrict signature validation config to encrytped tokens only
new 7f9aa1c Merge pull request #54 from amergey/unsigned-tokens
The 1709 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:
.../cxf/fediz/core/TokenValidatorRequest.java | 12 +-
.../apache/cxf/fediz/core/config/SAMLProtocol.java | 4 +
.../fediz/core/processor/SAMLProcessorImpl.java | 12 +-
.../cxf/fediz/core/saml/SAMLTokenValidator.java | 133 +++++++++++----------
.../src/main/resources/schemas/FedizConfig.xsd | 2 +
5 files changed, 95 insertions(+), 68 deletions(-)