Portal 4.9.341 and javelin 4.9.161
@encryptjavelin(password)@ and Variable of Password Type
When we use the password variable type with Portal UI, It does mask it the variable in the portal.
The problem is when the variable is passed to Javelin, the password is passed as clear text.
How do we encrypt a variable in TDM Portal so that it does not show in Javelin as clear text?
TDM Portal 4.9.1X
javelin 4.9.1X
This is a two steps process.
The first step is to create a variable the user can provide in cleartext in the generator in TDM Portal.
This will collect the value from the user during the self-service process.
(Please see KB link in additional information on steps to do this)
Next, create a second variable in the generator that uses the @envryptjavelin function to encrypt the clear text variable:
Then use the second variable in your generator to send to Javelin.
Javelin will then use the encrypted value in the flow.