You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can use this auth configuration in postman and it pops open a window for me to authenticate in but I assume that's not possible in k6... is that why this isn't working?
The text was updated successfully, but these errors were encountered:
As a work-around, I would simplify the Postman requests only using a token and have a separate JS script doing the OAuth2 flow to fetch the token, which can be used in the Postman collection.
Does this library support auth code flow with pkce? I'm getting generated tests that look like this:
my collection configuration looks like this:
I can use this auth configuration in postman and it pops open a window for me to authenticate in but I assume that's not possible in k6... is that why this isn't working?
The text was updated successfully, but these errors were encountered: