Hello,
I configured a rmi connection as specified in the document below and it works fine with a username and password.
I do not want this user to have access to login to the console or the UI , hence I thought I could use the “liveuser” or other a JVM enabled user with hippo:passkey jvm:// .
final HippoRepository repository = HippoRepositoryFactory.getHippoRepository("rmi://......");
JvmCredentials credentials = JvmCredentials.getCredentials("liveuser");
session = repository.login(credentials);
However my login attempt fails with "incorrect username /password "
Is there a way i could get an rmi connection to work with a passkey or restrict a user from access to the console and UI ?
Many thanks
Kiki