[java-idp-oidc] branch main updated: Add parent bean for X.509 mTLS authn.

Scott Cantor cantor.2 at osu.edu
Wed Feb 16 13:23:31 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=ed6ec0a4bbea74445282e1c34e839606cd42dd09

The following commit(s) were added to refs/heads/main by this push:
     new ed6ec0a4 Add parent bean for X.509 mTLS authn.
ed6ec0a4 is described below

commit ed6ec0a4bbea74445282e1c34e839606cd42dd09
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Feb 16 08:23:28 2022 -0500

    Add parent bean for X.509 mTLS authn.
---
 .../shibboleth/idp/flows/authn/OAuth2Client/OAuth2Client-beans.xml    | 4 ++++
 1 file changed, 4 insertions(+)

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 247cc10f..4ad133b8 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
@@ -87,6 +87,10 @@
         class="net.shibboleth.idp.authn.impl.HTPasswdCredentialValidator"
         p:id="oauth2-htpasswd" />
 
+    <bean id="shibboleth.X509Validator" abstract="true"
+        class="net.shibboleth.idp.authn.impl.X509CertificateCredentialValidator"
+        p:id="oauth2-x509" />
+
     <!-- Parent beans for custom ldaptive types. -->
     
     <bean id="shibboleth.authn.OAuth2Client.LDAP.authenticator" parent="shibboleth.LDAPAuthenticationFactory"

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


More information about the commits mailing list