Skip to content

Commit 191979b

Browse files
authored
Add documentation for new OIDC claims
Merge pull request #9725 from circleci/add-vcs-sha-claim
1 parent 3ef986d commit 191979b

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
@@ -78,6 +78,12 @@ 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

0 commit comments

Comments
 (0)