Skip to content
Merged
Changes from 1 commit
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
8 changes: 4 additions & 4 deletions docs/guides/modules/security/pages/audit-logs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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/**<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).
Expand Down Expand Up @@ -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).
|===
|===