Hello,
I arrived at a point where I need to log in as several users/roles that work on the same data, albeit still only in development mode. In the reference guide I find how to specify a single user (his username, password and roles) in the jaas.config file. But I do not know the format for specifing multiple users. The jaas.config files contains this:
hello {
org.jspresso.framework.security.auth.spi.DevelopmentLoginModule required
user=demo
password=demo
roles="SalesManager"
custom.language=en;
};
How can I enter here multiple users? Or should I follow another road? Or is this out of scope of JSpresso and part of apache-catalina (if yes, any further directions would help)?
Thanks,
Marc
