You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/modules/permissions-authentication/pages/openid-connect-tokens.adoc
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,9 @@ The OpenID Connect ID tokens also contain some https://openid.net/specs/openid-c
79
79
| `oidc.circleci.com/context-ids`
80
80
| An array of strings containing UUIDs that identify the context(s) used in the job.
81
81
82
+
| `oidc.circleci.com/job-id`
83
+
| The unique identifier for the job. Its value is a string containing a UUID identifying the CircleCI job.
84
+
82
85
| `oidc.circleci.com/org-id`
83
86
| The unique identifier for the organization. Its value is a string containing a UUID identifying the CircleCI organization.
84
87
@@ -99,6 +102,9 @@ The OpenID Connect ID tokens also contain some https://openid.net/specs/openid-c
99
102
100
103
| `oidc.circleci.com/vcs-ref`
101
104
| 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.
105
+
106
+
| `oidc.circleci.com/workflow-id`
107
+
| The unique identifier for the workflow running the job. Its value is a string containing a UUID identifying the CircleCI workflow.
0 commit comments