Skip to content
Latchkey

OpenID Connect - CI/CD Glossary Definition

OpenID Connect (OIDC) is an identity layer built on top of OAuth 2.0 that issues a signed ID token proving who the user or workload is, in addition to OAuth access tokens.

The ID token

OIDC adds an ID token: a JWT containing claims such as sub (subject), iss (issuer), and aud (audience) that a relying party can verify.

In CI/CD

GitHub Actions issues an OIDC token for each workflow run, which a cloud provider trusts to grant short-lived credentials so no static keys are stored. Managed runners such as Latchkey rely on the same mechanism to authenticate to cloud APIs.

Related guides

Tired of flaky CI? Latchkey auto-heals failed jobs and retries them for you. Start free →