Thank you for your reply. But I have another question: I am using ActiveDirectory authentication how can I modify it? I need to get also the authorized groups and roles of the user. How can I?
2012/5/21 Les Hazlewood-2 [via Shiro User] <[email protected]>: > If your Realm implementation's getAuthenticationInfo method (or > doGetAuthenticationInfo method if subclassing AuthenticatingRealm) > returns a non-null AuthenticationInfo instance that has a > non-null/non-empty PrincipalCollection, the authentication attempt for > that realm will be considered successful. > > HTH, > > -- > Les Hazlewood > CTO, Stormpath | http://stormpath.com | 888.391.5282 > twitter: @lhazlewood | http://twitter.com/lhazlewood > blog: http://leshazlewood.com > stormpath blog: http://www.stormpath.com/blog > > On Mon, May 21, 2012 at 1:38 PM, mgiammarco <[hidden email]> wrote: > >> Hello, >> I have a server where I do authentication with shiro. >> I receive requests from some clients where users are already authenticated >> (like sso...) and I receive only user name. >> How can I tell shiro to not check for password? >> Thanks in advance, >> Mario >> >> -- >> View this message in context: >> http://shiro-user.582556.n2.nabble.com/Authentication-without-password-yes-really-tp7569993.html >> Sent from the Shiro User mailing list archive at Nabble.com. > > > ________________________________ > If you reply to this email, your message will be added to the discussion > below: > http://shiro-user.582556.n2.nabble.com/Authentication-without-password-yes-really-tp7569993p7570049.html > To unsubscribe from Authentication without password (yes really), click > here. > NAML -- View this message in context: http://shiro-user.582556.n2.nabble.com/Authentication-without-password-yes-really-tp7569993p7570609.html Sent from the Shiro User mailing list archive at Nabble.com.
