Where can i find code challenge method in Authorization(OAth 2.0)

im working on Multi-factor Authentication(MFA) facing the below issue
image
on clicking request token one popup displayed
image
i have opened that in browser im getting this error msg


“msg”: “400 BAD_REQUEST "Required String parameter ‘code_challenge’ is not present"”
where as in postman im able to find that option code challenge method

where i need to define code challenge method and code verifier in Katalon Authorization please help me out @kazurayam @ThanhTo @Russ_Thomas

Sorry, I have no experience/ no idea about this.

I came across this post in google and thought I’d answer it in case anyone else is having the same problem.

What ended up working for me is manually adding the code_challenge part to the URL myself. It should look like this:

...@scope=foo&code_challenge=bar