[java-identity-provider] branch main updated: Forgot to remove older variable from flow in earlier cleanup.
Scott Cantor
cantor.2 at osu.edu
Wed Feb 7 14:09:30 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=724597a81382faa5eb3bad157ebbc81e63916b99
The following commit(s) were added to refs/heads/main by this push:
new 724597a81 Forgot to remove older variable from flow in earlier cleanup.
724597a81 is described below
commit 724597a81382faa5eb3bad157ebbc81e63916b99
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Feb 7 09:09:27 2024 -0500
Forgot to remove older variable from flow in earlier cleanup.
---
.../resources/net/shibboleth/idp/flows/authn/password-authn-flow.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/password-authn-flow.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/password-authn-flow.xml
index 51f7b5d91..c80eaf694 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/password-authn-flow.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/password-authn-flow.xml
@@ -8,8 +8,6 @@
password is handled with a chain of plugins supporting a CredentialValidator interface.
-->
- <var name="thisFlow" class="net.shibboleth.idp.authn.AuthenticationFlowDescriptor" />
-
<action-state id="ExtractUsernamePasswordFromBasicAuth">
<evaluate expression="ExtractUsernamePasswordFromBasicAuth" />
<evaluate expression="'proceed'" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list