[jboss-user] [Security & JAAS/JBoss] - Re: BaseCertLoginModule fails to pick up client certificate

anil.saldhana@jboss.com do-not-reply at jboss.com
Fri Aug 3 17:38:22 EDT 2007


Have u defined a JaasSecurityDomain mbean for the security domain that you need. This will provide the keystore url etc. 
http://wiki.jboss.org/wiki/Wiki.jsp?page=BaseCertLoginModule


  | <mbean code="org.jboss.security.plugins.JaasSecurityDomain"
  |       name="jboss.security:service=SecurityDomain">
  |       <constructor>
  |          <arg type="java.lang.String" value="jmx-console"/>
  |       </constructor>
  |       <attribute name="KeyStoreURL">resource:localhost.keystore</attribute>
  |       <attribute name="KeyStorePass">unit-tests-server</attribute>
  |       <depends>jboss.security:service=JaasSecurityManager</depends>
  |    </mbean>
  | 

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070803#4070803

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070803



More information about the jboss-user mailing list