summaryrefslogtreecommitdiff
path: root/eaaf_modules/eaaf_module_pvp2_core/src/main/java/at/gv/egiz/eaaf/modules/pvp2/impl/verification/SamlVerificationEngine.java
AgeCommit message (Collapse)AuthorFilesLines
2023-01-18fix(saml2): support XML decryption by using key from HSM-FacadeThomas1-1/+3
Details: openSAML4 uses org.apache.xml.security.algorithms.JCEMapper to define JCE cryptoprovider for openSAML crypto. operations. However, this JCEMapper is not used for openSAML Decrypter, so it must be set manually.
2022-01-09chore(SAML2): update implementation to remove usage of deprecated ↵Thomas1-2/+2
openSAML4.x API
2022-01-08Merge branch 'opensaml_4.x' into nightlyBuildThomas1-7/+10
# Conflicts: # eaaf_modules/eaaf_module_pvp2_core/src/main/java/at/gv/egiz/eaaf/modules/pvp2/impl/metadata/PvpMetadataResolverAdapter.java # eaaf_modules/eaaf_module_pvp2_core/src/main/java/at/gv/egiz/eaaf/modules/pvp2/impl/verification/SamlVerificationEngine.java # eaaf_modules/eaaf_module_pvp2_core/src/test/java/at/gv/egiz/eaaf/modules/pvp2/test/binding/SoapBindingTest.java # eaaf_modules/eaaf_module_pvp2_core/src/test/java/at/gv/egiz/eaaf/modules/pvp2/test/dummy/DummyMetadataProvider.java # eaaf_modules/eaaf_module_pvp2_idp/src/main/java/at/gv/egiz/eaaf/modules/pvp2/idp/impl/AbstractPvp2XProtocol.java # eaaf_modules/eaaf_module_pvp2_sp/src/main/java/at/gv/egiz/eaaf/modules/pvp2/sp/impl/PvpAuthnRequestBuilder.java # pom.xml
2021-07-01add tracelog into SAML2 verification engineThomas1-0/+17
2021-01-25refactor PVP2 IDP module to support more than one IPvpMetadataProvider in ↵Thomas Lenz1-38/+37
one application
2020-04-08refactor to OpenSAML 4.xThomas Lenz1-18/+20
2020-02-06Refactor SamlVerificationEngineThomas Lenz1-34/+321
add some more jUnit tests
2020-02-04first stable version that uses OpenSAML 3.xThomas Lenz1-3/+4
2020-01-31a lot of more OpenSAML3 refactoring staffThomas Lenz1-39/+41
This version is also NOT stable!
2019-12-05some code code-style modificationsThomas1-19/+20
active code-quality checks!
2019-12-04to some more code quality tasksThomas1-3/+10
2019-12-04common EGIZ code-style refactoringThomas Lenz1-0/+218