[java-plugin-shibd] branch main updated: Add missing/new loggingId bean.
Codeberg
noreply at shibboleth.net
Mon Jun 29 19:45:42 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-plugin-shibd.
View the commit online:
https://codeberg.org/Shibboleth/java-plugin-shibd/commit/5ad86036c48e3829b0fffba9d39dc23d4e9ce220
The following commit(s) were added to refs/heads/main by this push:
new 5ad8603 Add missing/new loggingId bean.
5ad8603 is described below
commit 5ad86036c48e3829b0fffba9d39dc23d4e9ce220
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Mon Jun 29 15:45:32 2026 -0400
Add missing/new loggingId bean.
---
.../net/shibboleth/idp/flows/sp/initiator/disco/disco-beans.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/initiator/disco/disco-beans.xml b/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/initiator/disco/disco-beans.xml
index 8820d65..d526eb5 100644
--- a/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/initiator/disco/disco-beans.xml
+++ b/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/initiator/disco/disco-beans.xml
@@ -7,8 +7,7 @@
http://www.springframework.org/schema/util http://www.springframework.org/schema/util/spring-util.xsd"
default-init-method="initialize" default-destroy-method="destroy">
- <util:constant id="shiibboleth.sp.ProfileId"
- static-field="net.shibboleth.saml.saml2.profile.config.BrowserSSOProfileConfiguration.PROFILE_ID" />
+ <bean id="shibboleth.sp.loggingId" class="java.lang.String" c:_0="%{sp.saml.service.logging.session-initiator:SessionInitiator.Discovery}" />
<bean id="ValidateSessionInitiatorRequest"
class="net.shibboleth.sp.profile.impl.ValidateSessionInitiatorRequest" scope="prototype"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list