[java-identity-provider] branch master updated: Fix some case-mismatches in Duo bean names.
Scott Cantor
cantor.2 at osu.edu
Wed Sep 12 10:36:08 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=f38a435ece25beeb79d8353e3de7eb9cef5939a1
The following commit(s) were added to refs/heads/master by this push:
new f38a435 Fix some case-mismatches in Duo bean names.
f38a435 is described below
commit f38a435ece25beeb79d8353e3de7eb9cef5939a1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Sep 12 10:35:44 2018 -0400
Fix some case-mismatches in Duo bean names.
---
.../src/main/resources/system/flows/authn/duo-authn-beans.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/idp-conf/src/main/resources/system/flows/authn/duo-authn-beans.xml b/idp-conf/src/main/resources/system/flows/authn/duo-authn-beans.xml
index fe80f59..6d354fb 100644
--- a/idp-conf/src/main/resources/system/flows/authn/duo-authn-beans.xml
+++ b/idp-conf/src/main/resources/system/flows/authn/duo-authn-beans.xml
@@ -48,7 +48,7 @@
p:usernameLookupStrategy-ref="shibboleth.authn.Duo.UsernameLookupStrategy"
p:duoIntegrationLookupStrategy-ref="shibboleth.authn.Duo.DuoIntegrationStrategy"
p:addDefaultPrincipals="#{getObject('shibboleth.authn.Duo.addDefaultPrincipals') ?: true}"
- p:resultCachingPredicate="#{getObject('shibboleth.authn.duo.resultCachingPredicate')}" />
+ p:resultCachingPredicate="#{getObject('shibboleth.authn.Duo.resultCachingPredicate')}" />
<bean id="ExtractDuoAuthenticationFromHeaders" scope="prototype"
class="net.shibboleth.idp.authn.duo.impl.ExtractDuoAuthenticationFromHeaders"
@@ -72,7 +72,7 @@
p:httpClient="#{getObject('shibboleth.authn.Duo.NonBrowser.HttpClient') ?: getObject('shibboleth.NonCachingHttpClient')}"
p:httpClientSecurityParameters="#{getObject('shibboleth.authn.Duo.NonBrowser.HttpClientSecurityParameters')}" />
- <util:map id="shibboleth.authn.duo.DefaultClassifiedMessageMap">
+ <util:map id="shibboleth.authn.Duo.DefaultClassifiedMessageMap">
<entry key="AccountLocked">
<list>
<value>locked_out</value>
@@ -88,7 +88,7 @@
p:addDefaultPrincipals="#{getObject('shibboleth.authn.Duo.addDefaultPrincipals') ?: true}"
p:preauthAuthenticator-ref="DuoPreauthAuthenticator"
p:authAuthenticator-ref="DuoAuthAuthenticator"
- p:classifiedMessages="#{getObject('shibboleth.authn.duo.ClassifiedMessageMap') ?: getObject('shibboleth.authn.duo.DefaultClassifiedMessageMap')}"
- p:resultCachingPredicate="#{getObject('shibboleth.authn.duo.resultCachingPredicate')}" />
+ p:classifiedMessages="#{getObject('shibboleth.authn.Duo.ClassifiedMessageMap') ?: getObject('shibboleth.authn.Duo.DefaultClassifiedMessageMap')}"
+ p:resultCachingPredicate="#{getObject('shibboleth.authn.Duo.resultCachingPredicate')}" />
</beans>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list