From 292807c8d0140a273ebf7f6074b5e5d88f0ac135 Mon Sep 17 00:00:00 2001 From: Henna <62267575+HennaAbbas@users.noreply.github.com> Date: Wed, 5 Nov 2025 13:55:18 -0500 Subject: [PATCH 1/2] Update audit-logs.adoc fixed formatting for URL --- docs/guides/modules/security/pages/audit-logs.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guides/modules/security/pages/audit-logs.adoc b/docs/guides/modules/security/pages/audit-logs.adoc index c9a7c621e1..c5bc22a3d9 100644 --- a/docs/guides/modules/security/pages/audit-logs.adoc +++ b/docs/guides/modules/security/pages/audit-logs.adoc @@ -239,9 +239,9 @@ The setup steps vary by provider. At a high level you will: When setting up the OIDC Identity Provider to trust CircleCI, use these parameters: -* **OpenID Configuration URL (Issuer URL):** - `https://oidc.circleci.com/org/**/**.well-known/openid-configuration` - *(Remember to substitute your actual CircleCI Organization ID.)* +* **OpenID Configuration URL (Issuer URL):** + `https://oidc.circleci.com/org//.well-known/openid-configuration` + *(Remember to substitute your actual CircleCI Organization ID.)* * **OpenID Client ID (Audience):** Your **CircleCI Organization ID** (the `` value). @@ -401,4 +401,4 @@ The following list shows common and important events found in the audit log. Thi | `scope` | If the target is owned by an Account in the CircleCI domain model, the account field should be filled in with the Account name and ID. This data is a JSON blob that will always contain `id` and `type` and will likely contain `name`. | `success` | A flag to indicate if the action was successful. | `request` | If this event was triggered by an external request, this data will be populated and may be used to connect events that originate from the same external request. The format is a JSON blob containing `id` (the unique ID assigned to this request by CircleCI). -|=== \ No newline at end of file +|=== From 7dbadf6da622da7cc7196198703b9a9ffcdf6e9f Mon Sep 17 00:00:00 2001 From: rosie yohannan Date: Tue, 11 Nov 2025 11:35:16 +0000 Subject: [PATCH 2/2] correct formatting --- docs/guides/modules/security/pages/audit-logs.adoc | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/guides/modules/security/pages/audit-logs.adoc b/docs/guides/modules/security/pages/audit-logs.adoc index 5641fd3517..948b0f0711 100644 --- a/docs/guides/modules/security/pages/audit-logs.adoc +++ b/docs/guides/modules/security/pages/audit-logs.adoc @@ -239,15 +239,12 @@ The setup steps vary by provider. At a high level you will: When setting up the OIDC Identity Provider to trust CircleCI, use these parameters: -* **OpenID Configuration URL (Issuer URL):** - `https://oidc.circleci.com/org//.well-known/openid-configuration` - *(Remember to substitute your actual CircleCI Organization ID.)* +* **OpenID Configuration URL (Issuer URL):** `++https://oidc.circleci.com/org//.well-known/openid-configuration++` + +(Remember to substitute your actual CircleCI Organization ID.) -* **OpenID Client ID (Audience):** - Your **CircleCI Organization ID** (the `` value). +* **OpenID Client ID (Audience):** Your CircleCI Organization ID (the `` value). -* **Scope:** - Use the standard required scope: `openid`. +* **Scope:** Use the standard required scope: `openid`. **Validation and network requirements**: