Java code to get IE browser certificate -
is possible java web application digital certificates installed in browser. looking read digital certificate browser , based on certificate, give access. tried search in stackoverflow did not see similar questions.
to make things more clear, have users have company issued laptops , has company specific digital certificates installed. web application should allow or deny access based on whether these digital certificates available. browser can see certificates shown in following image
i looking method getting certificates based httpservletrequest(i know not available, giving reference can point out if api of sort available , if feasible/). read certificates 1 one , details issued it, expiration date, crl distribution points, etc.
i know may dumb question , may have security flaw, still going it.
Comments
Post a Comment