Looks up an existing workload federation OIDC configuration by its stable UID or unique issuer URL and audience pair. The organization is determined by the provider’s authenticated context.
Example usage
Schema
Optional
audience (String) The audience to look up. Must be configured together with issuer_url when id is omitted.
id (String) The server-assigned stable ID to look up. Configure either id, or both issuer_url and audience.
issuer_url (String) The issuer URL to look up. Must be configured together with audience when id is omitted.
Read-Only
active (Boolean) Whether tokens from this OIDC provider are accepted for workload identity federation.
created_at (String) The RFC 3339 timestamp at which the OIDC configuration was created.
deactivated_at (String) The RFC 3339 timestamp at which the OIDC configuration was deactivated, or null while active.
description (String) The optional human-readable description of the OIDC configuration.
name (String) The human-readable name of the OIDC configuration.
organization_id (String) The unique identifier of the CoreWeave organization that owns the OIDC configuration.
updated_at (String) The RFC 3339 timestamp at which the OIDC configuration was last updated.
Last modified on September 9, 2026