[java-identity-provider] branch main updated: Update outdated comment.

Scott Cantor cantor.2 at osu.edu
Mon Dec 13 23:43:56 UTC 2021


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=80c762e5aeaaa13e5376aeeae7877d6244f04768

The following commit(s) were added to refs/heads/main by this push:
     new 80c762e5a Update outdated comment.
80c762e5a is described below

commit 80c762e5aeaaa13e5376aeeae7877d6244f04768
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Dec 13 18:43:49 2021 -0500

    Update outdated comment.
---
 .../resources/net/shibboleth/idp/flows/authn/password-authn-flow.xml  | 4 ++--
 1 file changed, 2 insertions(+), 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 4c7923fcb..c7aea0532 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
@@ -4,8 +4,8 @@
       parent="authn.abstract, authn/conditions">
 
     <!--
-    This is a login flow for basic-auth or form-based password authentication. The back-end step is named
-    "ValidateUsernamePassword" and can be supplied by different back-end implementation files. 
+    This is a login flow for basic-auth or form-based password authentication. Validation of the
+    password is handled with a chain of plugins supporting a CredentialValidator interface. 
     -->
 
     <var name="thisFlow" class="net.shibboleth.idp.authn.AuthenticationFlowDescriptor" />

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


More information about the commits mailing list