I guess I need help. I can build a custom shire jdbcRealm class. I have identified where the isis shiro ldaprealm class is located. So I assume I will put the jdbcrealm there. Next I suppose is to configure shiro.ini to use the jdbcRealm. This should work except that I will need to configure the database. Where will I do that in the isis framework? or in shiro framework itself? Assuming I get these configs correct, is that all there is to it? Are there any specific requirements for isis in the realm or will it work with the default jdbcrealm class?
On Fri, Oct 18, 2013 at 12:57 PM, Okwui <[email protected]> wrote: > I will try and see how it goes. > > Sent from my iPad > > > On Oct 18, 2013, at 12:26 PM, Jeroen van der Wal <[email protected]> > wrote: > > > > We haven't gone that route yet but it should be possible. > > > > FYI we've configured Shiro to use Microsoft Active Directory for > > authentication and authorization. > > > > Cheers, > > > > Jeroen > > > > > >> On Fri, Oct 18, 2013 at 1:15 PM, Okwui <[email protected]> wrote: > >> > >> The default isis shiro setup uses the shiro.ini file. From the shiro > >> documentation, I can also use a jdbc realm so that the information is > >> stored in a database. Is this possible in isis? Can I point shiro to use > >> the isis objectstore? > >> > >> Sent from my iPad >
