[java-idp-plugin-duo] branch main updated: Unlock java-oidc-common and add claims validator hook.
Scott Cantor
cantor.2 at osu.edu
Mon Feb 22 23:20:53 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-plugin-duo.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=8838ca51f1fd2c118d07a70ae6d5f1135128d845
The following commit(s) were added to refs/heads/main by this push:
new 8838ca5 Unlock java-oidc-common and add claims validator hook.
8838ca5 is described below
commit 8838ca51f1fd2c118d07a70ae6d5f1135128d845
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Feb 22 18:20:44 2021 -0500
Unlock java-oidc-common and add claims validator hook.
---
.../net/shibboleth/idp/flows/authn/DuoOIDC/duo-oidc-authn-beans.xml | 3 +++
pom.xml | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/idp-duo-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/DuoOIDC/duo-oidc-authn-beans.xml b/idp-duo-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/DuoOIDC/duo-oidc-authn-beans.xml
index fa8e830..5edd6d7 100644
--- a/idp-duo-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/DuoOIDC/duo-oidc-authn-beans.xml
+++ b/idp-duo-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/DuoOIDC/duo-oidc-authn-beans.xml
@@ -171,6 +171,9 @@
getObject('shibboleth.authn.DuoOIDC.jwt.DefaultNonceLookupStrategy')}"
p:activationCondition="#{getObject('shibboleth.authn.DuoOIDC.jwt.NonceActivationCondition') ?:
getObject('shibboleth.authn.DuoOIDC.jwt.DefaultNonceActivationCondition')}"/>
+ <bean id="functionClaimValidator"
+ class="net.shibboleth.oidc.security.jwt.claims.impl.FunctionClaimsValidator"
+ p:validator="#{getObject('shibboleth.authn.DuoOIDC.ExtendedClaimsValidator')}"/>
</list>
</property>
</bean>
diff --git a/pom.xml b/pom.xml
index e5890db..9b19a3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<opensaml.groupId>org.opensaml</opensaml.groupId>
<opensaml.version>4.1.0-SNAPSHOT</opensaml.version>
<java-support.version>8.2.0-SNAPSHOT</java-support.version>
- <oidc.common.version>0.0.2-SNAPSHOT</oidc.common.version>
+ <oidc.common.version>0.0.3-SNAPSHOT</oidc.common.version>
<checkstyle.configLocation>${project.basedir}/checkstyle.xml</checkstyle.configLocation>
</properties>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list