users@glassfish.java.net

Re: Client certificate authentication problem (glassfish v2 build 17)

From: <glassfish_at_javadesktop.org>
Date: Thu, 05 Jul 2007 03:35:24 PDT

Hi,

 There was an issue with assign-groups and Certificate Realm. Can you try it now with :

  https://glassfish.dev.java.net/downloads/v2-b54.html

  Note: the name of the Certificate Realm should be "certificate" and it should have an assign-groups entry in it. There should be only one <auth-realm> entry in GF for "certificate" and it should have the required assign-groups property defined.

EX.

<auth-realm classname="com.sun.enterprise.security.auth.realm.certificate.CertificateRealm" name="certificate">
      <property name="assign-groups" value="xyz"/>
    </auth-realm>

Thanks.
[Message sent by forum member 'kumarjayanti' (kumarjayanti)]

http://forums.java.net/jive/thread.jspa?messageID=225309