[java-identity-provider COMMIT] in /trunk/idp-conf/src/main/resources/conf: global-user.xml profile-defaults.xml

noreply at shibboleth.net noreply at shibboleth.net
Mon Apr 28 08:23:07 EDT 2014


Author: rdw
Date: Mon Apr 28 08:23:07 2014
New Revision: 5776

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5776&view=rev
Log:
IDP-390 Add configuration to provide profile specific-idp-wide default (secuirty and otherwise)

Added:
    trunk/idp-conf/src/main/resources/conf/profile-defaults.xml   (with props)
Modified:
    trunk/idp-conf/src/main/resources/conf/global-user.xml

Modified: trunk/idp-conf/src/main/resources/conf/global-user.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/global-user.xml?rev=5776&r1=5775&r2=5776&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/global-user.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/global-user.xml Mon Apr 28 08:23:07 2014
@@ -88,6 +88,7 @@
 
     <util:list id="shibboleth.RelyingPartyResolverResources">
         <value>file://${idp.home}/conf/relying-party.xml</value>
+        <value>file://${idp.home}/conf/profile-defaults.xml</value>
         <value>file://${idp.home}/conf/property-placeholder.xml</value>
     </util:list>
 



More information about the commits mailing list