[java-idp-oidc] branch main updated: Add missing lazy-init to LDAP bean.
Scott Cantor
cantor.2 at osu.edu
Tue Feb 22 15:10:48 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=4412a3364cc1c14b266c1f311a13e34096526b0e
The following commit(s) were added to refs/heads/main by this push:
new 4412a336 Add missing lazy-init to LDAP bean.
4412a336 is described below
commit 4412a3364cc1c14b266c1f311a13e34096526b0e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Feb 22 10:10:45 2022 -0500
Add missing lazy-init to LDAP 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 4e854987..3b1dc66e 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
@@ -78,7 +78,7 @@
class="net.shibboleth.idp.authn.impl.KerberosCredentialValidator" abstract="true"
p:id="oauth2-krb5" />
- <bean id="shibboleth.LDAPValidator"
+ <bean id="shibboleth.LDAPValidator" lazy-init="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