From 6359021315622e97ae3c074752548f915e4af00d Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Tue, 23 Oct 2012 18:05:50 -0500 Subject: Enabled account service for TKS and OCSP. The REST account service has been added to TKS and OCSP to enable authentication. Ticket #375 --- base/ocsp/shared/webapps/ocsp/WEB-INF/auth.properties | 2 ++ 1 file changed, 2 insertions(+) (limited to 'base/ocsp/shared/webapps/ocsp/WEB-INF/auth.properties') diff --git a/base/ocsp/shared/webapps/ocsp/WEB-INF/auth.properties b/base/ocsp/shared/webapps/ocsp/WEB-INF/auth.properties index 3a85e209f..8eda09bc3 100644 --- a/base/ocsp/shared/webapps/ocsp/WEB-INF/auth.properties +++ b/base/ocsp/shared/webapps/ocsp/WEB-INF/auth.properties @@ -4,5 +4,7 @@ # = , # ex: /kra/pki/key/retrieve = certServer.kra.pki.key.retrieve,execute +/ocsp/rest/account/login = certServer.ocsp.account,login +/ocsp/rest/account/logout = certServer.ocsp.account,logout /ocsp/rest/admin/users = certServer.ocsp.users,execute /ocsp/rest/admin/groups = certServer.ocsp.groups,execute -- cgit