Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ NOTE: It is possible to use CircleCI's OIDC tokens with multiple cloud services.

The OIDC tokens contain the following standard https://openid.net/specs/openid-connect-core-1_0.html#IDToken[claims]:

[.table-scroll]
--
[cols="1,2", options="header"]
|===
| Claims
Expand Down Expand Up @@ -61,10 +63,13 @@ For `$CIRCLE_OIDC_TOKEN_V2` its value depends on the xref:orchestrate:triggers-o
| `exp`
| The expiration time. Its value is one hour after the time of issuance.
|===
--


The OpenID Connect ID tokens also contain some https://openid.net/specs/openid-connect-core-1_0.html#AdditionalClaims[additional claims] with extra metadata about the job:

[.table-scroll]
--
[cols="2,2", options="header"]
|===
| Additional claims
Expand All @@ -85,6 +90,7 @@ The OpenID Connect ID tokens also contain some https://openid.net/specs/openid-c
| `oidc.circleci.com/ssh-rerun`
| A boolean indicating if the CI job is started using the SSH rerun feature.
|===
--

[#oidc-in-open-source-projects]
== OIDC in open source projects
Expand Down
1 change: 1 addition & 0 deletions ui/src/css/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@
.doc table.tableblock td {
padding: 0.5rem;
border-bottom: 1px solid #D4D4D4;
min-width: 90px;
}

.doc table.tableblock,
Expand Down