This should be covered by the https://shiro.apache.org/static/1.3.2/apidocs/org/apache/shiro/authc/pam/AuthenticationStrategy.html
https://shiro.apache.org/static/1.3.2/apidocs/org/apache/shiro/authc/pam/FirstSuccessfulStrategy.html should behave the way you need example shiro.ini: firstStrategy = org.apache.shiro.authc.pam.FirstSuccessfulStrategy securityManager.authenticator.authenticationStrategy = $firstStrategy -- Sent from: http://shiro-user.582556.n2.nabble.com/
