Forum Discussion

Nick_Palmer_f5's avatar
Nick_Palmer_f5
Icon for Nimbostratus rankNimbostratus
Oct 17, 2018

APM: Remove RADIUS Token from Password

Greetings, experts! Your prompt advice is greatly appreciated!

 

APM v12.1.3.4. Custom expression to remove last 6 characters from the passcode field is not working for SSO. Config as follows:

 

 

 

 

1 Reply

  • Hi

    Try changing your variable assign so that the expression is

    return [string range [mcget -secure {session.logon.last.password}] 0 end-6]