Skip to content

Commit a7d1fb1

Browse files
Update audit-logs.adoc (#9736)
* Update audit-logs.adoc fixed formatting for URL * correct formatting --------- Co-authored-by: Rosie Yohannan <rosie@circleci.com>
1 parent e273e51 commit a7d1fb1

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

docs/guides/modules/security/pages/audit-logs.adoc

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -239,15 +239,12 @@ The setup steps vary by provider. At a high level you will:
239239

240240
When setting up the OIDC Identity Provider to trust CircleCI, use these parameters:
241241

242-
* **OpenID Configuration URL (Issuer URL):**
243-
`https://oidc.circleci.com/org/**<ORG_ID>/**.well-known/openid-configuration`
244-
*(Remember to substitute your actual CircleCI Organization ID.)*
242+
* **OpenID Configuration URL (Issuer URL):** `++https://oidc.circleci.com/org/<ORG_ID>/.well-known/openid-configuration++` +
243+
(Remember to substitute your actual CircleCI Organization ID.)
245244

246-
* **OpenID Client ID (Audience):**
247-
Your **CircleCI Organization ID** (the `<ORG_ID>` value).
245+
* **OpenID Client ID (Audience):** Your CircleCI Organization ID (the `<ORG_ID>` value).
248246

249-
* **Scope:**
250-
Use the standard required scope: `openid`.
247+
* **Scope:** Use the standard required scope: `openid`.
251248

252249
**Validation and network requirements**:
253250

@@ -404,4 +401,4 @@ The following list shows common and important events found in the audit log. Thi
404401
| `success` | A flag to indicate if the action was successful.
405402
| `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).
406403
|===
407-
--
404+
--

0 commit comments

Comments
 (0)