Skip to content

Commit 083b6fa

Browse files
Merge pull request #9820 from circleci/add-oidc-workflow-job-id-claims
add workflow-id and job-id OIDC claims documentation
2 parents 7d1f304 + 9089266 commit 083b6fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/guides/modules/permissions-authentication/pages/openid-connect-tokens.adoc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ The OpenID Connect ID tokens also contain some https://openid.net/specs/openid-c
7979
| `oidc.circleci.com/context-ids`
8080
| An array of strings containing UUIDs that identify the context(s) used in the job.
8181

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+
8285
| `oidc.circleci.com/org-id`
8386
| The unique identifier for the organization. Its value is a string containing a UUID identifying the CircleCI organization.
8487

@@ -99,6 +102,9 @@ The OpenID Connect ID tokens also contain some https://openid.net/specs/openid-c
99102

100103
| `oidc.circleci.com/vcs-ref`
101104
| 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.
102108
|===
103109
--
104110

0 commit comments

Comments
 (0)