How did development of the X.509 support go? Is there any out of the box support for X.509?
I have a use case which requires allowing access to part of a webapp via forms authentication for users and restricting access to X.509 certificates to other parts of the webapp for administrators. A shiro.ini pattern match for useage would be ideal :) e.g. > [urls] > /* = ssl, authc > /admin/* = ssl, x509, authc > Perfection would be a login form, supplemented by a certificate, transmitted over ssl. -- View this message in context: http://shiro-user.582556.n2.nabble.com/X-509-support-tp6664434p6664434.html Sent from the Shiro User mailing list archive at Nabble.com.
