> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Common OIDC providers

> Guides for configuring Workload Identity Federation with common OIDC providers

[OpenID Connect (OIDC)](https://openid.net/developers/how-connect-works/) is a widely used standard for authenticating and sharing identities across platforms. CoreWeave AI Object Storage supports OIDC-based [Workload Identity Federation](/products/storage/object-storage/auth-access/workload-identity-federation/about), allowing you to authenticate both human users and machine workloads without managing static credentials.

OIDC integration follows three common patterns:

* **Human users** authenticate through a browser, re-authenticating periodically.
* **Long-lived workloads** such as servers and functions run in a cloud provider or Kubernetes cluster that provides an automatically rotated OIDC token.
* **Short-lived jobs** such as CI/CD pipelines receive an OIDC token at the start of the job.

For the general setup process that applies to all providers, see [Using Workload Identity Federation with OIDC](/products/storage/object-storage/auth-access/workload-identity-federation/use-oidc-tokens).

## Provider-specific guides

<Columns cols={2}>
  <Card title="CKS clusters" href="/security/tutorials/cks-object-storage-authentication" arrow="true">
    Connect CoreWeave Kubernetes Service (CKS) clusters to AI Object Storage with automatic or manual OIDC configuration.
  </Card>

  <Card title="GitHub Actions" href="/products/storage/object-storage/auth-access/workload-identity-federation/tutorials/github" arrow="true">
    Authenticate GitHub Actions workflows to AI Object Storage using GitHub's OIDC tokens.
  </Card>

  <Card title="Other Kubernetes clusters" href="/products/storage/object-storage/auth-access/workload-identity-federation/tutorials/kubernetes" arrow="true">
    Find the OIDC issuer URL for EKS, AKS, and other Kubernetes clusters.
  </Card>
</Columns>
