16-Aug-2022 22:39
Hi
Any one got this to work on 16.x . I have seen some KB's on previous versions. seems like they have changed it again.
Why oh why do they make it so hard to prefill the username. You can't prefill unless you make it readonly (WHY). so some JS hack to make it read write. But now it doesn't set all of the right session variables !!!!
I'm using a cookie as a hint to prefill the username. browser is guessing badly - there is only a textbox for the username - click to get to the next box which has the password entry.
I do this as some users are saml connected.
Any one integrated APM with an external login / password forms ?
19-Aug-2022 22:24
Have you seen this post where with an iRule a javascript is inserted that gives the username to the web browser?
20-Aug-2022 17:03
I hadn't but sounds interesting.
can you point to some code on how I could use js to prefill the username.
But thats very interesting.
Basically load the username into the browser usersession DB and use js to read it from there to fill (pre fill) the username
13-Oct-2022 13:51
Also if it is for internal employees you can try using client side SSL cert and the user to just see his name and to need to enter a password https://support.f5.com/csp/article/K17063
If you managed to get the needed answers, please flag the question as answered.