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
Originally posted by gabifericean September 1, 2022
Hello,
I started to used this tool for 1 week and I encounter an issue related to the bearer authentication.
I am generating the tests from an open api definition where is specified a security scheme based on bearer token. The tests are successfully generated, but the bearer token is encoded to base 64. Due to this, I cannot authenticate on the server.
Do you know how I can disable the base 64 encoding for the bearer token?
Discussed in #241
Originally posted by gabifericean September 1, 2022
Hello,
I started to used this tool for 1 week and I encounter an issue related to the bearer authentication.
I am generating the tests from an open api definition where is specified a security scheme based on bearer token. The tests are successfully generated, but the bearer token is encoded to base 64. Due to this, I cannot authenticate on the server.
Do you know how I can disable the base 64 encoding for the bearer token?
The open api definition is attached.
openapi_iam.zip
Thanks!
The text was updated successfully, but these errors were encountered: