Skip to main content

no-insecure-http-auth-schemes

Flags negotiate and oauth values of scheme on type: http security schemes.

AttributeValue
CategorySecurity
MaturityPlatinum
LenientWarning
Recommended–CompleteError

See it fail

legacyAuth:
type: http
scheme: negotiate

Fix it

Replace the scheme with an approved authentication design, commonly OAuth2 or bearer authentication.

Nearby: no-http-basic, security-scheme-no-outdated-auth.