[java-identity-provider COMMIT] in /trunk: idp-authn-impl/pom.xml idp-distribution/src/main/resources/doc/DUO-LICENSE...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Jul 27 22:39:12 EDT 2016
Author: scantor
Date: Wed Jul 27 22:39:11 2016
New Revision: 8305
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8305&view=rev
Log:
IDP-1013 - Login flow for Duo iframe-based authentication
https://issues.shibboleth.net/jira/browse/IDP-1013
Add DuoWeb dependency using "official" 1.1 tagged release.
Added:
trunk/idp-distribution/src/main/resources/doc/DUO-LICENSE.txt (with props)
Modified:
trunk/idp-authn-impl/pom.xml
trunk/idp-parent/pom.xml
Modified: trunk/idp-authn-impl/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/pom.xml?rev=8305&r1=8304&r2=8305&view=diff
==============================================================================
--- trunk/idp-authn-impl/pom.xml (original)
+++ trunk/idp-authn-impl/pom.xml Wed Jul 27 22:39:11 2016
@@ -77,6 +77,11 @@
<groupId>org.ldaptive</groupId>
<artifactId>ldaptive</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.duosecurity</groupId>
+ <artifactId>DuoWeb</artifactId>
+ <version>${duoweb.version}</version>
+ </dependency>
<!-- Provided Dependencies -->
Modified: trunk/idp-parent/pom.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-parent/pom.xml?rev=8305&r1=8304&r2=8305&view=diff
==============================================================================
--- trunk/idp-parent/pom.xml (original)
+++ trunk/idp-parent/pom.xml Wed Jul 27 22:39:11 2016
@@ -60,6 +60,7 @@
<properties>
<svn.relative.location>java-identity-provider/trunk</svn.relative.location>
+ <duoweb.version>1.1</duoweb.version>
<idwsfconsumer.version>1.0.0</idwsfconsumer.version>
<java-support.version>7.3.0-SNAPSHOT</java-support.version>
<opensaml.groupId>org.opensaml</opensaml.groupId>
More information about the commits
mailing list