[java-plugin-shibd] branch main updated: Reorder file.
Scott Cantor
cantor.2 at osu.edu
Tue Jun 18 14:25:24 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-plugin-shibd.
View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-shibd.git;a=commit;h=bf659d602d4a108f6a5f0565b011481012a10c5d
The following commit(s) were added to refs/heads/main by this push:
new bf659d6 Reorder file.
bf659d6 is described below
commit bf659d602d4a108f6a5f0565b011481012a10c5d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Jun 18 10:25:19 2024 -0400
Reorder file.
---
.../net/shibboleth/idp/module/conf/sp/agents.xml | 24 +++++++++++++---------
1 file changed, 14 insertions(+), 10 deletions(-)
diff --git a/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/agents.xml b/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/agents.xml
index 91fc6c5..84972a1 100644
--- a/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/agents.xml
+++ b/sp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/sp/agents.xml
@@ -15,10 +15,24 @@
<!--
This is a master file defining the Agents, Applications, and RelyingParty configurations to use.
You can add any number of additional imported files to organize your configuration.
+
+ By default, the RelyingParty definitions below are used for all Applications unless overridden.
-->
+ <!-- ============ Agents and their Applications ============ -->
+
+ <bean id="sp.example.org" parent="shibboleth.Agent" p:sharedSecrets="foo">
+ <property name="applications">
+ <set>
+ <bean p:id="default" parent="shibboleth.Application" p:issuer="https://sp.example.org"/>
+ </set>
+ </property>
+ </bean>
+
+ <!-- Default file for defining keys and certificates. -->
<import resource="credentials.xml" />
+
<!-- ============ RelyingParty defaults ============ -->
<!--
@@ -78,14 +92,4 @@
</util:list>
- <!-- ============ Agents ============ -->
-
- <bean id="sp.example.org" parent="shibboleth.Agent" p:sharedSecrets="foo">
- <property name="applications">
- <set>
- <bean p:id="default" parent="shibboleth.Application" p:issuer="https://sp.example.org"/>
- </set>
- </property>
- </bean>
-
</beans>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list