[java-identity-provider] branch master updated: Add bean dependency to fix init order.

Scott Cantor cantor.2 at osu.edu
Tue Nov 5 13:30:13 EST 2019


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=7aa47fd21b74d1d57c53536fbd502cf8b7213871

The following commit(s) were added to refs/heads/master by this push:
       new  7aa47fd   Add bean dependency to fix init order.
7aa47fd is described below

commit 7aa47fd21b74d1d57c53536fbd502cf8b7213871
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Nov 5 13:30:10 2019 -0500

    Add bean dependency to fix init order.
---
 idp-conf/src/main/resources/system/conf/general-authn-system.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf/src/main/resources/system/conf/general-authn-system.xml b/idp-conf/src/main/resources/system/conf/general-authn-system.xml
index f242de7..affb4a0 100644
--- a/idp-conf/src/main/resources/system/conf/general-authn-system.xml
+++ b/idp-conf/src/main/resources/system/conf/general-authn-system.xml
@@ -50,7 +50,7 @@
                 <bean class="net.shibboleth.idp.authn.principal.impl.PasswordPrincipalSerializer"
                     p:dataSealer="#{(systemProperties.contains('idp.sealer.storeResource') or systemProperties.contains('idp.sealer.keyStrategy')) ? getObject('shibboleth.DataSealer') : null}" />
                 <bean class="net.shibboleth.idp.authn.principal.impl.ProxyAuthenticationPrincipalSerializer" />                    
-                <bean class="net.shibboleth.idp.saml.authn.principal.impl.NameIDPrincipalSerializer" />
+                <bean class="net.shibboleth.idp.saml.authn.principal.impl.NameIDPrincipalSerializer" depends-on="shibboleth.OpenSAMLConfig" />
             </list>
         </property>
     </bean>

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


More information about the commits mailing list