Trevor Donaldson
2015-01-19 01:23:31 UTC
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
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