Formfill with static value for password
Yes, I know iChain is EOL, but we're not finished with our NAM setup just yet.
I have a form that I need to SSO onto and the password field is hard-coded.
I tried:
<fill>
<input name="j_username" value="~cn">
<input name="j_uri" type="hidden" value="home.jsp">
<input name="j_password" type="password" value="staticsomething">
</fill>
But it won't fill in the password field (fills in the userid just fine)
Do I need to use "injectstatic value" instead?
|