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

What is the breakdown of different component security definitions? (ie. keys, oauth, jwt) #15

Open
kinlane opened this issue Jan 10, 2023 · 2 comments
Labels
oas:security priority:high question Further information is requested

Comments

@kinlane
Copy link
Contributor

kinlane commented Jan 10, 2023

Dive deeper into the security object and understand how it is used.

@kinlane
Copy link
Contributor Author

kinlane commented Jan 10, 2023

Notes pulled from Wiki:

type: 39% apiKey, 30% oauth2, 28% http, 2.2% null, 1% openIdConnect

PH→ type is required so null should throw an error

for openApi, 76% in header, query 21%, cookie 3%

For http scheme, ‘Bearer’ is often misspelled ‘bearer’, ‘Basic’, is ‘basic',

PH→ For http, ‘scheme’ some of the values found are not registered with IANA, which is fine (specs says “should”), but → this should show a warning in postman

@kinlane
Copy link
Contributor Author

kinlane commented Jan 10, 2023

@kinlane kinlane added priority:high question Further information is requested labels Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
oas:security priority:high question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant