users@glassfish.java.net

Re: "assign group" in JDBC realm

From: V B Kumar Jayanti <Vbkumar.Jayanti_at_Sun.COM>
Date: Tue, 26 Feb 2008 12:51:08 +0530

Glenn Holmer wrote:

>I'm using form-based authentication, and everything seems to work, as
>long as I fill in the group name in the "Assign Group:" field for the
>JDBC security realm. Otherwise I get a 403.
>
>I've another app that works without this field specified, and the only
>difference I can see is that the one that works without it has more than
>one security constraint.
>
>What does this field do, exactly?
>
>
The assign-groups property marks all authenticated principals as members
of the specified group.

Can you paste the constraints of both the apps.

Thanks.