[java-identity-provider] branch main updated: IDP-1725 - Review CredentialValidator bean names for consistency

Scott Cantor cantor.2 at osu.edu
Thu Dec 10 16:28:25 UTC 2020


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=566803240d988dc79c130851e79bc671b4365579

The following commit(s) were added to refs/heads/main by this push:
       new  566803240 IDP-1725 - Review CredentialValidator bean names for consistency
566803240 is described below

commit 566803240d988dc79c130851e79bc671b4365579
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Dec 10 11:28:22 2020 -0500

    IDP-1725 - Review CredentialValidator bean names for consistency
    
    https://issues.shibboleth.net/jira/browse/IDP-1725
    
    Add an alias for the htpasswd bean.
---
 .../resources/net/shibboleth/idp/flows/authn/password-authn-beans.xml    | 1 +
 1 file changed, 1 insertion(+)

diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/password-authn-beans.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/password-authn-beans.xml
index f59f3e907..4716a9406 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/password-authn-beans.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/flows/authn/password-authn-beans.xml
@@ -105,6 +105,7 @@
 
     <!-- Alias the legacy names into "officially" supported parent bean names. -->
 
+    <alias alias="shibboleth.HTPasswdValidator" name="shibboleth.HTPasswdCredentialValidator" />
     <alias alias="shibboleth.JAASValidator" name="ValidateUsernamePasswordAgainstJAAS" />
     <alias alias="shibboleth.KerberosValidator" name="ValidateUsernamePasswordAgainstKerberos" />
     <alias alias="shibboleth.LDAPValidator" name="ValidateUsernamePasswordAgainstLDAP" />

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


More information about the commits mailing list