Hello Team, I am blocked in below logic.
When I hit the login button then a query string generated with multiple parameter values which are required to login in application. I checked all the request but there is no parameter going . On Login click event its generated the below string. Query String:- https://qa-identityservice.cimi.online/Account/Login?ReturnUrl=%2Fconnect%2Fauthorize%2Fcallback%3Fclient_id%3DCIMI3%26redirect_uri%3Dhttps%253A%252F%252Fqa.cimi.online%252F%2523%252Fsignin-oidc%26response_type%3Dcode%26scope%3DCIMI3%2520openid%2520profile%2520email%26state%3Dff37eafbbff84ffabce6f086e8405cb6%26code_challenge%3DJG722Vh5J8YdWYOO8eXj9XzjcMbESq5T969q1EwPzWc%26c In this query string Code_Challange and State are dynamic values which I need to capture. Can someone help me here? Regards, Anil Gaur