Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: authentication with oauth2 / openIdConnect #19

Open
danielgolub opened this issue May 19, 2023 · 0 comments
Open

feat: authentication with oauth2 / openIdConnect #19

danielgolub opened this issue May 19, 2023 · 0 comments
Labels
enhancement New feature or request parity-gap Parity gaps to stable version 1

Comments

@danielgolub
Copy link
Owner

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:

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

@danielgolub danielgolub added enhancement New feature or request parity-gap Parity gaps to stable version 1 labels May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request parity-gap Parity gaps to stable version 1
Projects
None yet
Development

No branches or pull requests

1 participant