Skip to content

Commit 5cd3e5e

Browse files
committed
alphabetize
1 parent 7c64443 commit 5cd3e5e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,26 +76,26 @@ The OpenID Connect ID tokens also contain some https://openid.net/specs/openid-c
7676
| Additional claims
7777
| Metadata
7878

79-
| `oidc.circleci.com/project-id`
80-
| The ID of the project in which the job is running. Its value is a string containing a UUID identifying the CircleCI project.
79+
| `oidc.circleci.com/context-ids`
80+
| An array of strings containing UUIDs that identify the context(s) used in the job.
81+
82+
| `oidc.circleci.com/org-id`
83+
| The unique identifier for the organization. Its value is a string containing a UUID identifying the CircleCI organization.
8184

8285
| `oidc.circleci.com/pipeline-id`
8386
| The unique identifier for the pipeline that triggered this job. Its value is a string containing a UUID identifying the CircleCI pipeline.
8487

85-
| `oidc.circleci.com/org-id`
86-
| The unique identifier for the organization. Its value is a string containing a UUID identifying the CircleCI organization.
88+
| `oidc.circleci.com/project-id`
89+
| The ID of the project in which the job is running. Its value is a string containing a UUID identifying the CircleCI project.
90+
91+
| `oidc.circleci.com/ssh-rerun`
92+
| A boolean indicating if the CI job is started using the SSH rerun feature.
8793

8894
| `oidc.circleci.com/vcs-origin`
8995
| 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.
9096

9197
| `oidc.circleci.com/vcs-ref`
9298
| 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.
93-
94-
| `oidc.circleci.com/context-ids`
95-
| An array of strings containing UUIDs that identify the context(s) used in the job.
96-
97-
| `oidc.circleci.com/ssh-rerun`
98-
| A boolean indicating if the CI job is started using the SSH rerun feature.
9999
|===
100100
--
101101

0 commit comments

Comments
 (0)