[java-identity-provider] branch main updated: Comment the migrated default credential bean to avoid accidental dups.

Scott Cantor cantor.2 at osu.edu
Thu Oct 22 19:22:51 UTC 2020


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

The following commit(s) were added to refs/heads/main by this push:
       new  b90461876 Comment the migrated default credential bean to avoid accidental dups.
b90461876 is described below

commit b90461876129396bc1ca916384ddf4c8006ccaf4
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Oct 22 15:22:48 2020 -0400

    Comment the migrated default credential bean to avoid accidental dups.
---
 .../resources/net/shibboleth/idp/module/conf/admin/unlock-keys.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/admin/unlock-keys.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/admin/unlock-keys.xml
index ae08af1cf..a639b50bb 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/admin/unlock-keys.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/admin/unlock-keys.xml
@@ -28,10 +28,13 @@
         <bean class="org.springframework.core.io.FileSystemResource"
             c:_0="%{idp.signing.key}"/>
     </util:list>
- 
+
+    <!-- Uncomment to move the definition of this bean from credentials.xml --> 
+    <!--
     <bean id="shibboleth.DefaultSigningCredential"
         class="net.shibboleth.idp.profile.spring.factory.BasicX509CredentialFactoryBean"
         p:certificateResource="%{idp.signing.cert}"
         p:entityId="%{idp.entityID}" />
-     
+    -->
+    
 </beans>
\ No newline at end of file

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


More information about the commits mailing list