diff --git a/docs/guides/modules/security/pages/audit-logs.adoc b/docs/guides/modules/security/pages/audit-logs.adoc index 5de1930d62..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**: @@ -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). |=== --- \ No newline at end of file +--