Hi!
I’ve been doing the tamino security and what I did is I defined my user, group and Acl(Access control list) using the System Management hub (Tamino Server) and the restriction works. The problem was now authenticating users, I looked through the apache tutorial and I created a password file using the .htpasswd that comes with tamino and configured my httpd.cong file to look like this
<Location /tamino>
SetHandler ino
AuthType Basic
AuthName tamino
AuthUserFile <>
require valid user
Now it works ok because whenever I try to access tamino it prompt for the username and the password, but then the problem is I never go through I always get the error “Authorisation Required”. I don’t know what might have gone wrong so please can someone help!
Kind Regards
chomichomi
#webMethods#Tamino#API-Management