[java-identity-provider COMMIT] /trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingpart...
noreply at shibboleth.net
noreply at shibboleth.net
Mon Apr 28 06:23:52 EDT 2014
Author: rdw
Date: Mon Apr 28 06:23:52 2014
New Revision: 5772
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5772&view=rev
Log:
IDP-401 Extensions to the schema to support V3 profiles
Modified:
trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/RelyingPartyGroupParser.java
Modified: trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/RelyingPartyGroupParser.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/RelyingPartyGroupParser.java?rev=5772&r1=5771&r2=5772&view=diff
==============================================================================
--- trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/RelyingPartyGroupParser.java (original)
+++ trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/RelyingPartyGroupParser.java Mon Apr 28 06:23:52 2014
@@ -79,6 +79,11 @@
SpringSupport.parseCustomElements(configChildren.get(AnonymousRelyingPartyParser.ELEMENT_NAME),
parserContext);
builder.addPropertyValue("anonymousConfiguration", anonRps.get(0));
+
+ //
+ // The default security is specified in an external bean file.
+ //
+ builder.addPropertyReference("securityConfigurationMap", "shibboleth.default.security.configuration.map");
// Metadata
More information about the commits
mailing list