22 Sep 2021 05:52 AM - last edited on 22 Sep 2021 09:02 AM by Radoslaw_Szulgo
I need to monitor the web application .Our application authendicate via Vasco token or mobile OTP based on the criteria configured for the user id. Since this is dynamic how to acheive the authendication to get it done via dynatrace & need to do synthetic monitoring post to the login pages
Solved! Go to Solution.
22 Sep 2021 10:23 AM
Hi,
there is an example of how to do this here . You will need to tweak it depending on how the token is sent in the response etc but the principal is the same. You need to make an HTTP request to get the token. Retrieve the token and store it so the next request can use it. Then in the next request use the stored token value.
Best wishes, Hannah
11 Oct 2021 08:54 PM
I can confirm @HannahM solution does works!! We are doing exactly this to get the OTP Token, using password vault to store the previous token and working well!!