Forum Discussion
jtlampe
Cirrus
Dec 02, 2020SSO credential mapping with Symantec
We are trying to build an APM policy that uses Symantec push authentication. I need to still be able to do SSO credential mapping to the backend application. However with Symantec appending a set of ...
Chris_Wentland
Nimbostratus
Dec 07, 2020The String Range can help you accomplish what you're looking for. Sample below!
when RULE_INIT {
set user_password "password123456"
log local0. "User Input Password: $user_password"
set clean_password [string range $user_password 0 end-6 ]
log local0. "Cleaned Password: $clean_password"
}Dec 7 08:30:04 bigip info tmm5[31075]: Rule /Common/password_length_rule <RULE_INIT>: User Input Password: password123456
Dec 7 08:30:04 bigip info tmm5[31075]: Rule /Common/password_length_rule <RULE_INIT>: Cleaned Password: password
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
