Skip to content

Instantly share code, notes, and snippets.

View areyouready's full-sized avatar

Sebastian Basner areyouready

View GitHub Profile
[main]
# set authentication filter to pass thru (redirect to login page and let auth be handled there)
;authc = org.apache.shiro.web.filter.authc.PassThruAuthenticationFilter
# set login url
user.loginUrl = /login.xhtml
authc.loginUrl = /login.xhtml
;logout.redirectUrl = /login.xhtml
# redirect url called after successful login