Forum Discussion
MrIB_64119
Nimbostratus
Sep 15, 2015APM sso to vdi rdp sending wrong password variable
Hi.
I created an vpe where a user must enter in the password field both password and pin.
I extract the password and pin in 2 different variables, en use them to authenticate.
that works great.
But w...
Stanislas_Piro2
Cumulonimbus
Sep 15, 2015Hi,
If the user provided password is never used to authenticate, replace variable name in logon page from password to combinedpwd (keep the POST variable to password and define the Session variable with combinedpwd). it will be easier to keep original value and reduce variable assign.
The first variable assign will be:
session.logon.last.password = expr {[string range [mcget -secure {session.logon.last.combinedpwd}] 0 end-6]}
The second variable assign will be :
session.logon.last.password = expr {[string range [mcget -secure {session.logon.last.combinedpwd}] end-5 end]}
In the second variable assign screenshot, you forgot the secure parameter.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects