Skip to content

feat: authentication with oauth2 / openIdConnect #19

@danielgolub

Description

@danielgolub

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestparity-gapParity gaps to stable version 1

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions