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 have an OpenAPI spec which has multiple securitySchemes, including oauth2 and Bearer schemes, for which one must be met on various endpoints.
The problem is that openapi-generator's BearerAuthenticationProvider always adds a token, even if there is not one available, such as if the oauth2 flow was used and is meeting the security requirement.
I have an OpenAPI spec which has multiple
securitySchemes
, includingoauth2
andBearer
schemes, for which one must be met on various endpoints.The problem is that openapi-generator's
BearerAuthenticationProvider
always adds a token, even if there is not one available, such as if theoauth2
flow was used and is meeting the security requirement.PR: #588
The text was updated successfully, but these errors were encountered: