summaryrefslogtreecommitdiffstats
path: root/base/ocsp/shared/webapps/ocsp/WEB-INF/auth.properties
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-10-23 18:05:50 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-10-25 23:36:42 -0500
commit6359021315622e97ae3c074752548f915e4af00d (patch)
tree6fa92b4c2ac48d469b9fea0970931b005e3903ba /base/ocsp/shared/webapps/ocsp/WEB-INF/auth.properties
parent7c105a64f41000737b85de832522738fd9af4200 (diff)
downloadpki-6359021315622e97ae3c074752548f915e4af00d.tar.gz
pki-6359021315622e97ae3c074752548f915e4af00d.tar.xz
pki-6359021315622e97ae3c074752548f915e4af00d.zip
Enabled account service for TKS and OCSP.
The REST account service has been added to TKS and OCSP to enable authentication. Ticket #375
Diffstat (limited to 'base/ocsp/shared/webapps/ocsp/WEB-INF/auth.properties')
-rw-r--r--base/ocsp/shared/webapps/ocsp/WEB-INF/auth.properties2
1 files changed, 2 insertions, 0 deletions
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 @@
# <Rest API URL> = <ACL Resource ID>,<ACL resource operation>
# 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