security-scheme-no-outdated-auth
Flags HTTP security schemes using basic, digest, or oauth.
| Attribute | Value |
|---|---|
| Category | Security |
| Maturity | Silver |
| Lenient–Strict | Warning |
| Complete | Error |
See it fail
legacyAuth:
type: http
scheme: basic
Fix it
Adopt a current security scheme supported by the clients and server.
Nearby: no-http-basic, security-scheme-oauth2.