[java-idp-oidc] branch main updated: De-abstract LDAP back-end bean.
Scott Cantor
cantor.2 at osu.edu
Tue Feb 22 14:55:15 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-oidc.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-oidc.git;a=commit;h=2e6edfe4b804067a9e5e1c08c55da521ee07f767
The following commit(s) were added to refs/heads/main by this push:
new 2e6edfe4 De-abstract LDAP back-end bean.
2e6edfe4 is described below
commit 2e6edfe4b804067a9e5e1c08c55da521ee07f767
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 22 09:55:12 2022 -0500
De-abstract LDAP back-end bean.
---
.../net/shibboleth/idp/flows/authn/OAuth2Client/OAuth2Client-beans.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/OAuth2Client/OAuth2Client-beans.xml b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/OAuth2Client/OAuth2Client-beans.xml
index 4ad133b8..4e854987 100644
--- a/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/OAuth2Client/OAuth2Client-beans.xml
+++ b/idp-oidc-extension-impl/src/main/resources/META-INF/net/shibboleth/idp/flows/authn/OAuth2Client/OAuth2Client-beans.xml
@@ -79,7 +79,7 @@
p:id="oauth2-krb5" />
<bean id="shibboleth.LDAPValidator"
- class="net.shibboleth.idp.authn.impl.LDAPCredentialValidator" abstract="true"
+ class="net.shibboleth.idp.authn.impl.LDAPCredentialValidator"
p:id="oauth2-ldap"
p:authenticator-ref="shibboleth.authn.OAuth2Client.LDAP.authenticator" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list