I make changes to the shiro.ini file and it is as if no changes are recognized.
On Sun, Jan 18, 2015 at 8:23 PM, Trevor Donaldson <[email protected]> wrote: > Not sure if this is correct place but I will ask regardless. I am trying > to use a custom realm to authenticate users to the fuseki interface. This > is my shiro.ini file but when I hit the fuseki url nothing happens. It > doesn't look like it is authenticating at all. > > [main] > # Development > ssl.enabled = true > > plainMatcher=org.apache.shiro.authc.credential.AllowAllCredentialsMatcher > #iniRealm=org.apache.shiro.realm.text.IniRealm > #iniRealm.credentialsMatcher = $plainMatcher > > certificateRealm=custom.shiro.web.CustomRealm > certificateRealm.credentialsMatcher = $plainMatcher > > securityManager.realms=$certificateRealm > > certificateFilter=custom.shiro.web.X509AuthenticationFilter > #localhost=org.apache.jena.fuseki.authz.LocalhostFilter > > Not sure what I am doing wrong. Thanks in advance >
