-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestparity-gapParity gaps to stable version 1Parity gaps to stable version 1
Description
Is your feature request related to a problem? Please describe.
Missing support for oauth2 / openIdConnect in security schemes.
Describe the solution you'd like
Need to add support here:
openapi-middleware/lib/SecurityValidator.js
Lines 52 to 59 in 091db91
properties: { | |
type: { | |
type: 'string', | |
eq: [ | |
'http', 'apiKey', | |
// TODO: add oauth2 + openIdConnect authentication type | |
// 'oauth2', 'openIdConnect' | |
], |
Describe alternatives you've considered
N/A
Additional context
N/A
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestparity-gapParity gaps to stable version 1Parity gaps to stable version 1