cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to authenticate via Token in Dynatrace

dhamotharan
Newcomer

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 

2 REPLIES 2

HannahM
Dynatrace Leader
Dynatrace Leader

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

Synthetic SME and community advocate.

dannemca
DynaMight Guru
DynaMight Guru

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!!

Site Reliability Engineer @ Kyndryl

Featured Posts