[java-plugin-shibd] branch main updated: Add a dummy Flow ID to satisfy constraint.
Scott Cantor
cantor.2 at osu.edu
Fri Mar 21 18:03:36 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.
View the commit online:
http://git.shibboleth.net/view/?p=java-plugin-shibd.git;a=commit;h=c297d113979f3ca0f3000dc7a191b5defad7942c
The following commit(s) were added to refs/heads/main by this push:
new c297d11 Add a dummy Flow ID to satisfy constraint.
c297d11 is described below
commit c297d113979f3ca0f3000dc7a191b5defad7942c
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Mar 21 14:03:32 2025 -0400
Add a dummy Flow ID to satisfy constraint.
---
.../net/shibboleth/idp/flows/sp/abstract/sp-abstract-beans.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/abstract/sp-abstract-beans.xml b/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/abstract/sp-abstract-beans.xml
index ddda7b7..77077d4 100644
--- a/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/abstract/sp-abstract-beans.xml
+++ b/sp-conf-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/sp/abstract/sp-abstract-beans.xml
@@ -156,6 +156,7 @@
p:accountStateLoginFailures="%{sp.agent.authn.LDAP.accountStateLoginFailures:0}" />
<!-- This is just a mocked descriptor to stuff into the context for compatibility with the IdP code. -->
- <bean id="AgentAuthnFlowDescriptor" parent="shibboleth.AuthenticationFlow" />
+ <bean id="AgentAuthnFlowDescriptor" parent="shibboleth.AuthenticationFlow"
+ p:flowId="authn/Dummy" />
</beans>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list