I have been able to create users for Guvnor as admin and
guest.
But what I want is, instead of going to the login form http://localhost:8080/drools-guvnor/org.drools.guvnor.Guvnor/Guvnor.html
I should be able to pass in the
username and password through a query string.
Such as shown below:
http://localhost:8080/drools-guvnor/mylinktoguvnor?username=admin&password=admin
Is there a way to do this, please
let me know.