I’m currently working on performance scripting for a web system. While scripting the login scenario, I encountered an issue with a POST API call to /signin-oidc
.
I was able to capture the state
and code
values from the API call to /redirect?stateToken=02.id.${shortStateToken}
, and I passed both values as parameters in the /signin-oidc
request.
However, I’m receiving a 401 Unauthorized response.
Is there anyone here who can help me resolve this issue? I’d really appreciate your quick response and support on this matter.