Get X509 Certificate Info Inside OAM Custom Auth Plugin
I need to get access to the x509 certificate presented by the user from within my custom auth plugin, in order to pull certificate attributes out.
Is this possible?
Can anyone provide any sample Java code? I can't figure out how to get hold of the proper objects to get the info. I'm specifically looking to get the Subject Alt Name currently, but may need more.
Thanks,
Kris