[java-identity-provider] branch main updated: Drop out unneeded akey field.

Scott Cantor cantor.2 at osu.edu
Fri Feb 12 18:33:01 UTC 2021


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

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

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

The following commit(s) were added to refs/heads/main by this push:
       new  01eda3bd8 Drop out unneeded akey field.
01eda3bd8 is described below

commit 01eda3bd8dff7b314bd3305e332415280064a177
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Feb 12 13:32:58 2021 -0500

    Drop out unneeded akey field.
---
 .../main/resources/net/shibboleth/idp/flows/authn/duo-authn-beans.xml    | 1 -
 1 file changed, 1 deletion(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/duo-authn-beans.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/duo-authn-beans.xml
index 2774cadf6..589e5430a 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/duo-authn-beans.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/duo-authn-beans.xml
@@ -26,7 +26,6 @@
 
     <bean id="shibboleth.authn.Duo.NonBrowser.DuoIntegration" class="net.shibboleth.idp.authn.duo.BasicDuoIntegration"
         p:APIHost="%{idp.duo.nonbrowser.apiHost:%{idp.duo.apiHost:none}}"
-        p:applicationKey="%{idp.duo.nonbrowser.applicationKey:none}"
         p:integrationKey="%{idp.duo.nonbrowser.integrationKey:none}"
         p:secretKey="%{idp.duo.nonbrowser.secretKey:none}" />
     <bean id="shibboleth.authn.Duo.NonBrowser.DuoIntegrationStrategy" parent="shibboleth.Functions.Constant"

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


More information about the commits mailing list