Skip to content
Merged
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
13 changes: 5 additions & 8 deletions docs/guides/modules/security/pages/audit-logs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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/**<ORG_ID>/**.well-known/openid-configuration`
*(Remember to substitute your actual CircleCI Organization ID.)*
* **OpenID Configuration URL (Issuer URL):** `++https://oidc.circleci.com/org/<ORG_ID>/.well-known/openid-configuration++` +
(Remember to substitute your actual CircleCI Organization ID.)

* **OpenID Client ID (Audience):**
Your **CircleCI Organization ID** (the `<ORG_ID>` value).
* **OpenID Client ID (Audience):** Your CircleCI Organization ID (the `<ORG_ID>` value).

* **Scope:**
Use the standard required scope: `openid`.
* **Scope:** Use the standard required scope: `openid`.

**Validation and network requirements**:

Expand Down Expand Up @@ -404,4 +401,4 @@ The following list shows common and important events found in the audit log. Thi
| `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).
|===
--
--