[java-idp-plugin-duo] branch master updated (547c04b -> 4f97b7f)
Phil Smart
philip.smart at jisc.ac.uk
Fri Jul 31 16:36:49 UTC 2020
This is an automated email from the git hooks/post-receive script.
philsmart pushed a change to branch master
in repository java-idp-plugin-duo.
from 547c04b Add idp-conf-impl test dependency.
new bcd3f7b Remove properties and config files from distribution
new 4f689b9 Change duo beans user config import to the old duo-authn-config.xml
new 873f2b0 JDUO-8 Registering the Duo MVC Controller
new 4f97b7f Add back conf files to help git commit.
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../duo/AbstractDuoClientAuthenticationAction.java | 182 ---------------------
.../duo/context/DuoOIDCAuthenticationContext.java | 26 ++-
.../AbstractDuoClientAuthenticationActionTest.java | 164 -------------------
.../src/main/assembly/duo-bare-assembly.xml | 3 +-
.../src/main/assembly/duo-native-sdk-assembly.xml | 3 +-
idp-duo-impl/pom.xml | 7 +
.../duo/impl/DefaultDuoOIDCClientRegistry.java | 4 +-
.../authn/duo/impl/DuoOIDCAuthnController.java | 31 +---
.../authn/duo/impl/ExchangeCodeForDuoToken.java | 15 +-
.../authn/duo/impl/HealthCheckDuoOIDCAuthAPI.java | 10 +-
.../duo/impl/PopulateDuoAuthenticationContext.java | 41 ++++-
.../META-INF/net.shibboleth.idp/postconfig.xml | 150 +----------------
.../flows/authn/DuoOIDC/duo-oidc-authn-beans.xml | 50 ++++--
.../impl/AbstractAuthnXmlFlowExecutionTests.java | 11 +-
.../plugin/authn/duo/impl/DuoAuthnFlowTest.java | 48 +++++-
.../authn/duo/impl/DuoOIDCAuthnControllerTest.java | 28 ++--
.../duo/impl/ExchangeCodeForDuoTokenTest.java | 12 +-
.../duo/impl/HealthCheckDuoOIDCAuthAPITest.java | 18 +-
.../impl/PopulateDuoAuthenticationContextTest.java | 41 ++++-
.../authn/duo-oidc-authn-config-custom-factory.xml | 7 +-
.../authn/duo/sdk/impl/DuoSDKClientFactory.java | 1 -
21 files changed, 251 insertions(+), 601 deletions(-)
delete mode 100644 idp-duo-api/src/main/java/net/shbboleth/idp/plugin/authn/duo/AbstractDuoClientAuthenticationAction.java
delete mode 100644 idp-duo-api/src/test/java/net/shbboleth/idp/plugin/authn/duo/AbstractDuoClientAuthenticationActionTest.java
copy idp-duo-distribution/src/main/resources/conf/authn/duo-oidc-authn-config.xml => idp-duo-impl/src/test/resources/conf/authn/duo-oidc-authn-config-custom-factory.xml (76%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list