OK looking into this a bit more, I see all i really need to do is make sure queryForAuthorizationInfo() implementation I made also implements the permissions (i.e. string and/or objects) when it builds the AuthorizationInfo. I have already implemented my own version of ActiveDirectoryRealm that has a slightly different implementation than the shiro version. So in my implementation of this, I can select a second data source that allows me to pull in the permissioning at the same time it authenticates agains ActiveDirectory when queryForAuthorizationInfo is invoked. Is this how it is expected to work in shiro?
Thanks, Rich -- View this message in context: http://n2.nabble.com/Multiple-Realms-tp4434653p4435273.html Sent from the Shiro User mailing list archive at Nabble.com.
