Is there a way to do further validation of client certificates?

Hi,

It looks like Openfire supports client certificate checking through the built-in Java keytool stuff, the “truststore”.

Is there a way that we can use custom code to do extra checking of values embedded inside of our client certificates, to make sure that it matches what we expect from that client?

Thanks!