Skip to main content

oauth-authorization-url-https-only

Flags an OAuth2 flow authorizationUrl that is not an absolute HTTPS URL.

AttributeValue
CategorySecurity
MaturityPlatinum
LenientWarning
Recommended–CompleteError

See it fail

flows:
authorizationCode:
authorizationUrl: http://auth.example.org/authorize

Fix it

Use https://auth.example.org/authorize.

Nearby: oauth-token-url-https-only, hosts-https-only.