Skip to main content

openid-connect-url-https-only

Flags an OpenID Connect scheme whose openIdConnectUrl is not an absolute HTTPS URL.

AttributeValue
CategorySecurity
MaturityPlatinum
LenientWarning
Recommended–CompleteError

See it fail

oidc:
type: openIdConnect
openIdConnectUrl: http://id.example.org/.well-known/openid-configuration

Fix it

Use the provider's HTTPS discovery URL.

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