I have valid username, password for access secured(security test with realm) procedure. I need to access secured procedure without asking or showing login form.
How do I achieve this?
I have valid username, password for access secured(security test with realm) procedure. I need to access secured procedure without asking or showing login form.
How do I achieve this?
I assume you are using Form based authentication. Change your
authenticationConfig.xmlfile and change the authentication and login modules to something else (some other way in which you can receive username and password). Basic authentication using HTTP is a good way for which you can use a Header authenticator