bearer token is encoded to base64 #241
-
Hello, 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. The open api definition is attached. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Reading the OAuth standard (RFC 6750), I understood that base64 encoding was required for the Authorization token. It now seems that was wrong, although it appears I was not the only one who was misled. Thanks for reporting this problem. Unfortunately, there is no work-around. A source fix will be required. Look for a new release with this fix soon. |
Beta Was this translation helpful? Give feedback.
Reading the OAuth standard (RFC 6750), I understood that base64 encoding was required for the Authorization token. It now seems that was wrong, although it appears I was not the only one who was misled.
Thanks for reporting this problem. Unfortunately, there is no work-around. A source fix will be required. Look for a new release with this fix soon.