Support oauth2 securityScheme type

Issue #311 new
Mikhail Kopylov created an issue

Currently SecurityValidator.validateSecurityScheme method supports only APIKEY and HTTP types and logs Security scheme 'oauth2' not currently supported to info channel.

First, such messages in info level pollute logs. It would be better to have such logs in debug level.

Second, it would be nice to implement validation for oauth2 type as well, so that we have more comprehensive validation.

Comments (0)

  1. Log in to comment