bug5513: added the now necessary authc = com.sap.sse.security.CustomFilter to all shiro.ini files, as already documented in Wiki

This commit is contained in:
Axel Uhl
2021-04-13 09:39:49 +02:00
parent dd2fd8c3c7
commit ae75a94737
9 changed files with 9 additions and 0 deletions
@@ -52,6 +52,7 @@ customGwt.successUrl = /UserManagement.html
# /api/restsecurity/login RESTlet and forwards successful login attempts
# to the /api/restsecurity/hello service which is expected to respond
# with a JSON document containing the authenticated subject's properties.
authc = com.sap.sse.security.CustomFilter
authc.loginUrl = /api/restsecurity/login
authc.successUrl = /api/restsecurity/hello