From 4d23634cd1a135a979e0a243ce85cb2b7b0442b2 Mon Sep 17 00:00:00 2001 From: meeech <4623+meeech@users.noreply.github.com> Date: Fri, 7 Nov 2025 17:13:05 -0500 Subject: [PATCH] this information is no longer correct { ... "oidc.circleci.com/context-ids": [ "a74579f1-2e7d-451e-b009-5c082ad2729e", "cb32986e-2f6f-4f43-b2bd-d3c2fd98e903" ], ... } --- .../permissions-authentication/pages/openid-connect-tokens.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/modules/permissions-authentication/pages/openid-connect-tokens.adoc b/docs/guides/modules/permissions-authentication/pages/openid-connect-tokens.adoc index 41e976a79b..7759903f95 100644 --- a/docs/guides/modules/permissions-authentication/pages/openid-connect-tokens.adoc +++ b/docs/guides/modules/permissions-authentication/pages/openid-connect-tokens.adoc @@ -85,7 +85,7 @@ The OpenID Connect ID tokens also contain some https://openid.net/specs/openid-c | The reference to the change that triggered the pipeline. Its value is a string similar to `refs/heads/main`. This is not present for pipelines triggered by custom webhooks. | `oidc.circleci.com/context-ids` -| An array of strings containing UUIDs that identify the context(s) used in the job. Currently, just one context is supported. +| An array of strings containing UUIDs that identify the context(s) used in the job. | `oidc.circleci.com/ssh-rerun` | A boolean indicating if the CI job is started using the SSH rerun feature.