[java-identity-provider] branch master updated: Update comments in Duo config file.

Scott Cantor cantor.2 at osu.edu
Tue Aug 14 14:57:27 EDT 2018


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=e6e4deb803b0c6cd6ac420de71a5e76f06a0379b

The following commit(s) were added to refs/heads/master by this push:
       new  e6e4deb   Update comments in Duo config file.
e6e4deb is described below

commit e6e4deb803b0c6cd6ac420de71a5e76f06a0379b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Aug 14 14:57:25 2018 -0400

    Update comments in Duo config file.
---
 idp-conf/src/main/resources/conf/authn/duo-authn-config.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/idp-conf/src/main/resources/conf/authn/duo-authn-config.xml b/idp-conf/src/main/resources/conf/authn/duo-authn-config.xml
index 3bf82e3..2867f48 100644
--- a/idp-conf/src/main/resources/conf/authn/duo-authn-config.xml
+++ b/idp-conf/src/main/resources/conf/authn/duo-authn-config.xml
@@ -9,7 +9,7 @@
     default-init-method="initialize" default-destroy-method="destroy">
 
     <!--
-    By default, the Duo flow will use a statically-defined integration defined with the
+    By default, the Duo flow will use statically-defined integrations defined with the
     duo.properties file. If you need more flexibility, you can define a function bean
     called "shibboleth.authn.Duo.DuoIntegrationStrategy" to return an instance of
     net.shibboleth.idp.authn.duo.DuoIntegration based on the state of the request.
@@ -22,6 +22,8 @@
     user. You can override that approach using a function bean called
     "shibboleth.authn.Duo.UsernameLookupStrategy" to supply the username from a
     different source.
+    
+    Various other beans are supported, per the documentation.
     -->
 
 </beans>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list