Tried to record PowerBI application using Neoload/Jmeter and found that this request https://login.microsoftonline.com/common/oauth2/v2.0/authorize have many request paramaetrs like below.
I was able to co-relate only client-id from the home page URl and I don't find other request parameters in home page URL response. The authorize request should give some "signin#code=" in response, which is passed in token request to generate bearer token value.
When I send the authorize request with all recorded request parameters, it is not giving correct response. How to handle the request parameters in authorize request,to get the right response? Do I need to pass all request parameters, if so, from where I can get the values for Clint_request_id, code_challenge, nonce, state, sso_nonce, mscrid etc?