diff --git a/docs/guides/modules/permissions-authentication/pages/openid-connect-tokens.adoc b/docs/guides/modules/permissions-authentication/pages/openid-connect-tokens.adoc index 94a39560d7..41e976a79b 100644 --- a/docs/guides/modules/permissions-authentication/pages/openid-connect-tokens.adoc +++ b/docs/guides/modules/permissions-authentication/pages/openid-connect-tokens.adoc @@ -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 @@ -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 @@ -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 diff --git a/ui/src/css/doc.css b/ui/src/css/doc.css index 2cf3c64ae8..26f0276544 100644 --- a/ui/src/css/doc.css +++ b/ui/src/css/doc.css @@ -369,6 +369,7 @@ .doc table.tableblock td { padding: 0.5rem; border-bottom: 1px solid #D4D4D4; + min-width: 90px; } .doc table.tableblock,