-
Bug
-
Resolution: Done
-
Major
-
10.0.0.Final
RemotingLoginModule propagates javax.security.cert.X509Certificate but should use the newer API java.security.cert.X509Certificate.
David proposed the following:
The problem is at org.jboss.as.security.remoting.RemotingLoginModule line 126: session.getPeerCertificateChain() is called where session.getPeerCertificates() should be.
- clones
-
JBEAP-3625 Remoting login module's certificate propagation uses the old certificate API but should be using the new API instead
- Verified
- is caused by
-
WFLY-3580 Remoting LoginModule does not propagate the certificate as credentials for authentication if mutual auth SSL was used for the connection
- Closed