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
@@ -78,6 +78,12 @@ The OpenID Connect ID tokens also contain some https://openid.net/specs/openid-c
78
78
| `oidc.circleci.com/project-id`
79
79
| The ID of the project in which the job is running. Its value is a string containing a UUID identifying the CircleCI project.
80
80
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
+
81
87
| `oidc.circleci.com/vcs-origin`
82
88
| 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.
0 commit comments