[java-identity-provider] branch master updated: Log use of deprecated bean names.
Scott Cantor
cantor.2 at osu.edu
Wed Jun 10 14:35:16 UTC 2020
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=7733f265f76d45eb4b9daa861dcec8a5467bfec7
The following commit(s) were added to refs/heads/master by this push:
new 7733f265f Log use of deprecated bean names.
7733f265f is described below
commit 7733f265f76d45eb4b9daa861dcec8a5467bfec7
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jun 10 10:35:14 2020 -0400
Log use of deprecated bean names.
---
.../system/flows/authn/remoteuser-internal-authn-beans.xml | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/idp-conf/src/main/resources/system/flows/authn/remoteuser-internal-authn-beans.xml b/idp-conf/src/main/resources/system/flows/authn/remoteuser-internal-authn-beans.xml
index fe7701867..42cad4a76 100644
--- a/idp-conf/src/main/resources/system/flows/authn/remoteuser-internal-authn-beans.xml
+++ b/idp-conf/src/main/resources/system/flows/authn/remoteuser-internal-authn-beans.xml
@@ -19,6 +19,15 @@
<bean class="net.shibboleth.idp.profile.impl.ProfileActionBeanPostProcessor" />
<import resource="../../../conf/authn/remoteuser-internal-authn-config.xml" />
+
+ <bean class="net.shibboleth.ext.spring.util.DeprecatedBeanDetector" c:_1="remoteuser-internal-authn-config.xml">
+ <constructor-arg index="0">
+ <map>
+ <entry key="shibboleth.authn.RemoteUser.whitelistedUsernames" value="shibboleth.authn.RemoteUser.allowedUsernames" />
+ <entry key="shibboleth.authn.RemoteUser.blacklistedUsernames" value="shibboleth.authn.RemoteUser.deniedUsernames" />
+ </map>
+ </constructor-arg>
+ </bean>
<bean id="ExtractRemoteUser" class="net.shibboleth.idp.authn.impl.ExtractRemoteUser" scope="prototype"
p:httpServletRequest-ref="shibboleth.HttpServletRequest"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list