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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,6 +82,9 @@ The OpenID Connect ID tokens also contain some https://openid.net/specs/openid-c
82
82
| `oidc.circleci.com/org-id`
83
83
| The unique identifier for the organization. Its value is a string containing a UUID identifying the CircleCI organization.
84
84
85
+
| `oidc.circleci.com/pipeline-definition-id`
86
+
| The unique identifier for the pipeline definition that created the pipeline running the workflow. The value is a string containing a UUID identifying the CircleCI pipeline definition. Pipeline definitions are found in your project settings under Project Setup.
87
+
85
88
| `oidc.circleci.com/pipeline-id`
86
89
| The unique identifier for the pipeline that triggered this job. Its value is a string containing a UUID identifying the CircleCI pipeline.
0 commit comments