[java-idp-plugin-oidc-op-oidfed] 01/02: Add missing prototype-scopes for the SWF actions
Codeberg
noreply at shibboleth.net
Wed Sep 16 15:46:54 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-idp-plugin-oidc-op-oidfed.
View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-oidc-op-oidfed/commit/13382f89bf27392b4907c0ca1ee3e16ca67dee8c
commit 13382f89bf27392b4907c0ca1ee3e16ca67dee8c
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Wed Sep 16 18:36:15 2026 +0300
Add missing prototype-scopes for the SWF actions
---
.../shibboleth/idp/flows/oidfed/signed-keyset/signed-keyset-beans.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-oidfed-op-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidfed/signed-keyset/signed-keyset-beans.xml b/idp-oidfed-op-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidfed/signed-keyset/signed-keyset-beans.xml
index 4f32d42..52612e6 100644
--- a/idp-oidfed-op-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidfed/signed-keyset/signed-keyset-beans.xml
+++ b/idp-oidfed-op-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/oidfed/signed-keyset/signed-keyset-beans.xml
@@ -49,7 +49,7 @@
p:responseCache-ref="shibboleth.oidfed.SignedKeysetResponseMetadataCache" />
<bean id="InitializeEntityStatementContext"
- class="net.shibboleth.oidfed.profile.impl.InitializeEntityStatementContextForKeyset"
+ class="net.shibboleth.oidfed.profile.impl.InitializeEntityStatementContextForKeyset" scope="prototype"
p:credentialsToPublishLookupStrategy="#{getObject('shibboleth.oidc.keyset.KeySetCredentialsToPublishLookupStrategy') ?:
getObject('shibboleth.oidc.keyset.DefaultKeySetCredentialsToPublishLookupStrategy')}"/>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list