Skip to main content

security-scheme-no-outdated-auth

Flags HTTP security schemes using basic, digest, or oauth.

AttributeValue
CategorySecurity
MaturitySilver
Lenient–StrictWarning
CompleteError

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.