-
Notifications
You must be signed in to change notification settings - Fork 26
Security
Chris Little edited this page Nov 5, 2020
·
1 revision
###Security Issues
Currently, the OpenAPI Version 3 spec supports:
HTTP authentication,
API key (either as a header or as a query parameter),
OAuth2’s common flows (implicit, password, application and access code) as defined in RFC6749, and
OpenID Connect Discovery.