[java-oidfed-common] 05/05: Remove the default value for the authority hints and rely solely on property

Codeberg noreply at shibboleth.net
Wed Sep 23 07:34:34 UTC 2026


This is an automated email from the git hooks/post-receive script.

codeberg pushed a commit to branch main
in repository java-oidfed-common.

View the commit online:
https://codeberg.org/Shibboleth/java-oidfed-common/commit/f7a9d2e20bdf4f3a279a799a3e59ca6df50a5468

commit f7a9d2e20bdf4f3a279a799a3e59ca6df50a5468
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Wed Sep 23 10:33:04 2026 +0300

    Remove the default value for the authority hints and rely solely on property
    
    - idp.oidfed.entityConfiguration.authorityHints
---
 .../META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oidfed-common-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml b/oidfed-common-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
index 428d517..b657cf4 100644
--- a/oidfed-common-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
+++ b/oidfed-common-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/service/relying-party/postconfig.xml
@@ -16,7 +16,7 @@
         class="net.shibboleth.oidfed.profile.config.impl.DefaultOIDFederationEntityConfigurationProfileConfiguration"
         p:issuer-ref="shibboleth.oidfed.entityId"
         p:entityStatementLifetime="%{idp.oidfed.entityConfiguration.lifetime:PT24H}"
-        p:authorityHints="%{idp.oidfed.entityConfiguration.authorityHints:https://example.org}"
+        p:authorityHints="%{idp.oidfed.entityConfiguration.authorityHints:}"
         p:optionalClaimsLookupStrategies-ref="shibboleth.oidfed.EntityConfigurationClaimsLookupStrategies" />
 
     <bean id="OIDFED.ResolveEntity" parent="AbstractOIDFederationProfile" lazy-init="true"

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


More information about the commits mailing list