Problem to protect a Web service with the Oracle API Gateway
Hello friends,
I have a problem trying to protect a Web service with the Oracle API Gateway, here part of the log:
ERROR 19/Nov/2013:17:05:45.273 [42e9e940] Failed to authenticate user [jprieto]
ERROR 19/Nov/2013:17:05:45.273 [42e9e940] java exception:
com.vordel.circuit.authn.VordelAuthNException: Fail to authenticate to admin user store. Invalid credentials for user 'jprieto'
at com.vordel.api.adminusers.model.AdminUserStore.validateUser(AdminUserStore.java:250)
at com.vordel.api.adminusers.model.AdminUserStoreBridge.checkCredentials(AdminUserStoreBridge.java:43)
at com.vordel.security.auth.repository.RepositoryBase.checkCredentials(RepositoryBase.java:41)
at com.vordel.security.auth.HttpBasicAuthN.authenticate(HttpBasicAuthN.java:37)
at com.vordel.circuit.authn.HttpProcessor.performAuthentication(HttpProcessor.java:67)