[java-plugin-shibd-saml] branch main updated: JSHIBD-14 - Implement agent-level issuer and authority properties

Scott Cantor cantor.2 at osu.edu
Mon Aug 18 15:08:26 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=fb5c33fa5ba17e79ced330eca9526f42d7629930

The following commit(s) were added to refs/heads/main by this push:
     new fb5c33f  JSHIBD-14 - Implement agent-level issuer and authority properties
fb5c33f is described below

commit fb5c33fa5ba17e79ced330eca9526f42d7629930
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Aug 18 11:08:24 2025 -0400

    JSHIBD-14 - Implement agent-level issuer and authority properties
    
    https://shibboleth.atlassian.net/browse/JSHIBD-14
    
    Refactor Agent/Application classes for inheritance of settings.
---
 .../net/shibboleth/idp/module/conf/sp/saml-test-agents.xml        | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

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 4cfa88e..837c9ef 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
@@ -23,29 +23,23 @@
         <property name="applications">
             <set>
                 <bean p:id="feature-blocking" parent="shibboleth.sp.Application"
-                    p:issuer="https://testsp.example.org"                
                     p:profileConfigurations-ref="test.featureBlockingProfileConfigurations" />
 
                 <bean p:id="response-binding" parent="shibboleth.sp.Application"
-                    p:issuer="https://testsp.example.org"                
                     p:profileConfigurations-ref="test.responseBindingProfileConfigurations" />
 
                 <bean p:id="no-metadata" parent="shibboleth.sp.Application"
-                    p:issuer="https://testsp.example.org"                
                     p:authenticatingAuthority="https://unknown.example.org"
                     p:profileConfigurations-ref="test.ProfileConfigurations" />
 
-                <bean p:id="no-profile" parent="shibboleth.sp.Application"
-                    p:issuer="https://testsp.example.org"                
+                <bean p:id="no-profile" parent="shibboleth.sp.Application.NoInheritance"
                     p:profileConfigurations-ref="test.NoProfileConfigurations" />
 
                 <bean p:id="no-endpoint" parent="shibboleth.sp.Application"
-                    p:issuer="https://testsp.example.org"                
                     p:authenticatingAuthority="https://noendpoint.example.org"
                     p:profileConfigurations-ref="test.ProfileConfigurations" />
                     
                 <bean p:id="no-initiators" parent="shibboleth.sp.Application"
-                    p:issuer="https://testsp.example.org"                
                     p:profileConfigurations-ref="test.ProfileConfigurations"
                     p:sessionInitiators="#{{}}" />
             </set>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list