[java-identity-provider] branch maint-4 updated: Add comment about changing defaults.
Scott Cantor
cantor.2 at osu.edu
Tue Aug 9 17:47:11 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-4
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=ac4918769980bf81667f5fb2172921d0afc4a03a
The following commit(s) were added to refs/heads/maint-4 by this push:
new ac4918769 Add comment about changing defaults.
ac4918769 is described below
commit ac4918769980bf81667f5fb2172921d0afc4a03a
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Aug 9 13:47:04 2022 -0400
Add comment about changing defaults.
---
idp-conf/src/main/resources/conf/relying-party.xml | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/idp-conf/src/main/resources/conf/relying-party.xml b/idp-conf/src/main/resources/conf/relying-party.xml
index 439e7f1df..62cbbc436 100644
--- a/idp-conf/src/main/resources/conf/relying-party.xml
+++ b/idp-conf/src/main/resources/conf/relying-party.xml
@@ -27,17 +27,23 @@
</property>
</bean>
- <!-- Default configuration, with default settings applied for all profiles. -->
+ <!--
+ Default configuration, with default settings applied for all profiles.
+
+ Take care with any defaults you apply at this level because you will have to create
+ overrides or apply metadata tags for every single SP that requires a different setting.
+ Changed defaults should be things you really do want to apply to nearly every SP.
+ -->
<bean id="shibboleth.DefaultRelyingParty" parent="RelyingParty">
<property name="profileConfigurations">
<list>
<!-- SAML 1.1 and SAML 2.0 AttributeQuery are disabled by default. -->
<!--
- <bean parent="Shibboleth.SSO" />
+ <ref bean="Shibboleth.SSO" />
<ref bean="SAML1.AttributeQuery" />
<ref bean="SAML1.ArtifactResolution" />
-->
- <bean parent="SAML2.SSO" />
+ <ref bean="SAML2.SSO" />
<ref bean="SAML2.ECP" />
<ref bean="SAML2.Logout" />
<!--
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list