[java-plugin-shibd-saml] branch main updated: "Final?" revamp of some of the core agent beans for simplicity.
Scott Cantor
cantor.2 at osu.edu
Mon Sep 8 17:23:19 UTC 2025
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-plugin-shibd-saml.
View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-shibd-saml.git;a=commit;h=641f2e14eaeb7eb655a4f081ad0520d8661d5c8d
The following commit(s) were added to refs/heads/main by this push:
new 641f2e1 "Final?" revamp of some of the core agent beans for simplicity.
641f2e1 is described below
commit 641f2e14eaeb7eb655a4f081ad0520d8661d5c8d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Sep 8 13:23:16 2025 -0400
"Final?" revamp of some of the core agent beans for simplicity.
---
.../net/shibboleth/idp/module/conf/sp/agents.xml | 32 +++++++++-------------
.../idp/module/conf/sp/saml-test-agents.xml | 32 +++++++++-------------
2 files changed, 26 insertions(+), 38 deletions(-)
diff --git a/sp-saml-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/sp/agents.xml b/sp-saml-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/sp/agents.xml
index f077130..9a35cd8 100644
--- a/sp-saml-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/sp/agents.xml
+++ b/sp-saml-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/sp/agents.xml
@@ -42,32 +42,26 @@
</util:list>
- <!-- ============ RelyingParty defaults ============ -->
-
- <!--
- These beans are wired into *all* applications across all agents by default. You can create
- customized alternatives in whatever combination you require to plug into specific application
- beans.
- -->
-
<!--
Unverified RP configuration, defaults to no support for any profiles.
- "Unverified" typically means the SP has no metadata, or equivalent way of assuring the identity and
- legitimacy of an IdP system. To run an "open" SP, you can enable profiles here.
+ "Unverified" typically means the Hub has no metadata, or equivalent way of assuring the identity and
+ legitimacy of an authenticating system. Some profiles may simply be designed to operate this way.
-->
- <bean id="shibboleth.sp.UnverifiedRelyingParty" parent="RelyingParty">
- <property name="profileConfigurations">
- <list>
- <!-- Your profiles here. -->
- </list>
- </property>
- </bean>
+ <util:list id="shibboleth.sp.UnverifiedProfileConfigurations">
+ <!-- Your profiles here. -->
+ </util:list>
- <!-- Container for any overrides you want to add, again used for all applications by default. -->
+ <!-- ============ RelyingParty Overrides ============ -->
+
+ <!--
+ These overrides are wired into *all* Applications across all Agents by default. You can create
+ customized alternatives in whatever combination you require to plug into specific Application
+ beans.
+ -->
<util:list id="shibboleth.sp.RelyingPartyOverrides">
-
+ <!-- Your RelyingParty overrides here. -->
</util:list>
<import resource="saml-credentials.xml" />
diff --git a/sp-saml-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/sp/saml-test-agents.xml b/sp-saml-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/sp/saml-test-agents.xml
index 837c9ef..63c6e42 100644
--- a/sp-saml-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/sp/saml-test-agents.xml
+++ b/sp-saml-conf-impl/src/test/resources/net/shibboleth/idp/module/conf/sp/saml-test-agents.xml
@@ -77,32 +77,26 @@
</util:list>
- <!-- ============ RelyingParty defaults ============ -->
-
- <!--
- These beans are wired into *all* applications across all agents by default. You can create
- customized alternatives in whatever combination you require to plug into specific application
- beans.
- -->
-
<!--
Unverified RP configuration, defaults to no support for any profiles.
- "Unverified" typically means the SP has no metadata, or equivalent way of assuring the identity and
- legitimacy of an IdP system. To run an "open" SP, you can enable profiles here.
+ "Unverified" typically means the Hub has no metadata, or equivalent way of assuring the identity and
+ legitimacy of an authenticating system. Some profiles may simply be designed to operate this way.
-->
- <bean id="shibboleth.sp.UnverifiedRelyingParty" parent="RelyingParty">
- <property name="profileConfigurations">
- <list>
- <!-- Your profiles here. -->
- </list>
- </property>
- </bean>
+ <util:list id="shibboleth.sp.UnverifiedProfileConfigurations">
+ <!-- Your profiles here. -->
+ </util:list>
- <!-- Container for any overrides you want to add, again used for all applications by default. -->
+ <!-- ============ RelyingParty Overrides ============ -->
+
+ <!--
+ These overrides are wired into *all* Applications across all Agents by default. You can create
+ customized alternatives in whatever combination you require to plug into specific Application
+ beans.
+ -->
<util:list id="shibboleth.sp.RelyingPartyOverrides">
-
+ <!-- Your RelyingParty overrides here. -->
</util:list>
</beans>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list