How do I get new id token (authentication token) every time I ran a web test from Visual Studio. My web application is using OpenID Connect and Azure Active Directory to login into the web application.
After reading and investigation, I understood that I have to correlate the parameters. Can someone please suggest how do I capture these dynamic parameters?
client-request-id 39371e73-5c40-4422-b3f1-e71127bb0484
state=01749f3e-e5bb-4444-8d1c-f08fd9e941fd
nonce=94da7cb8-03ec-4b0f-8534-352fa1b09dd1
response_mode=fragment
sso_nonce=AQABAAAAAADCoMpjJXrxTq9VG9te-7FX1_Wtyg82e5SVlfLq2mszMissCNULzM6ixkhP-o3PTq2nYFxexFyTsSs6Jkot4bBRchweYw3HSt_0YBNd8UmX5CAA
mscrid=39371e73-5c40-4422-b3f1-e71127bb0484
Basically, how these parameters are getting generated and how do I capture to get the new id token? Is it coming from JavaScript? Thanks guys for help me here.