The exception your seeing occurs if the AuthenticationInfo object that aggregates data across all realms is null or empty.
This is thrown from the AtLeastOneSuccessfulStrategy implementation - see the source code here and it's parent class that performs the merging logic across all realms here: http://svn.apache.org/repos/asf/incubator/shiro/trunk/core/src/main/java/org/apache/shiro/authc/pam/ So it looks like the realm(s) do not correctly return an AuthenticationInfo instance, or if they do, that return value is null. - Les On Thu, Jan 28, 2010 at 11:15 AM, rchristy <[email protected]> wrote: > > I reposted (after subscribing again) this since I got an error saying the > email bounced. Sorry if everyone gets this twice > -- > View this message in context: > http://n2.nabble.com/Authenticating-in-multiple-realms-tp4474104p4474192.html > Sent from the Shiro User mailing list archive at Nabble.com. >
