pyopenapi/pyswagger

Issue with Basic authentication

tayebBenAchour opened this issue · 1 comments

Hello,

I'm getting the following error when I try to authenticate using the Basic Auth Method:
ValueError: Unknown security name [simple_basicAuth]

I tried many security name combination and none of them works.
I tested this on Pyswagger v0.8.39 and v0.8.27.

Looks like you haven't defined properly the securityDefinitions section, have you?