[java-identity-provider] branch main updated: Add comment about changing defaults.
Scott Cantor
cantor.2 at osu.edu
Tue Aug 9 17:57:51 UTC 2022
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=de1fd2a5352c9231aac50b1ef5b13f8d24153f73
The following commit(s) were added to refs/heads/main by this push:
new de1fd2a53 Add comment about changing defaults.
de1fd2a53 is described below
commit de1fd2a5352c9231aac50b1ef5b13f8d24153f73
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 b897ffcbc..26c6c177f 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