Skip to content

Commit 4a0e782

Browse files
committed
Document pipeline-id, org-id OIDC claims
1 parent 284837a commit 4a0e782

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,15 +78,18 @@ The OpenID Connect ID tokens also contain some https://openid.net/specs/openid-c
7878
| `oidc.circleci.com/project-id`
7979
| The ID of the project in which the job is running. Its value is a string containing a UUID identifying the CircleCI project.
8080

81+
| `oidc.circleci.com/pipeline-id`
82+
| The unique identifier for the pipeline that triggered this job. Its value is a string containing a UUID identifying the CircleCI pipeline.
83+
84+
| `oidc.circleci.com/org-id`
85+
| The unique identifier for the organization. Its value is a string containing a UUID identifying the CircleCI organization.
86+
8187
| `oidc.circleci.com/vcs-origin`
8288
| The URL of the repository that triggered the pipeline. Its value is a string similar to `github.com/organization-123/repo-1`. This is not present for pipelines triggered by custom webhooks.
8389

8490
| `oidc.circleci.com/vcs-ref`
8591
| 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.
8692

87-
| `oidc.circleci.com/vcs-sha`
88-
| The git commit SHA that triggered the pipeline. Its value is a string containing the full commit hash. This is not present for pipelines triggered by custom webhooks.
89-
9093
| `oidc.circleci.com/context-ids`
9194
| An array of strings containing UUIDs that identify the context(s) used in the job. Currently, just one context is supported.
9295

0 commit comments

Comments
 (0)