All Downloads are FREE. Search and download functionalities are using the official Maven repository.

authservice.authservice.web.security.2.0.4.source-code.shiro.ini Maven / Gradle / Ivy

The newest version!
[main]
authc = org.apache.shiro.web.filter.authc.PassThruAuthenticationFilter
authc.loginUrl = /login
shiro.unauthorizedUrl = /unauthorized

[users]

[urls]
/check = anon
/logout = anon
/useradmin/api/** = anon
/useradmin/** = authc, roles[useradmin]
/** = authc




© 2015 - 2025 Weber Informatics LLC | Privacy Policy