From 1ea84f8a84455ac4d4e82588087c78a67f2ea1a8 Mon Sep 17 00:00:00 2001 From: Melissa Henderson <57110301+melissahenderson@users.noreply.github.com> Date: Tue, 17 Sep 2024 11:17:08 -0400 Subject: [PATCH] docs: removed non-idp-specific variable --- .../src/content/docs/integration/requirements/idp.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/documentation/src/content/docs/integration/requirements/idp.mdx b/packages/documentation/src/content/docs/integration/requirements/idp.mdx index 77d7f0278d..bd0b565e7e 100644 --- a/packages/documentation/src/content/docs/integration/requirements/idp.mdx +++ b/packages/documentation/src/content/docs/integration/requirements/idp.mdx @@ -48,7 +48,6 @@ The following `backend` variables must be configured on your authorization serve | `INTERACTION_PORT` | `auth.port.interaction` | `3009` | The port number for the [interaction endpoints](#interaction-endpoints) | Y | | `INTROSPECTION_PORT` | `auth.port.introspection` | `3007` | The port number of your Open Payments authorization token introspection server | Y | | `LIST_ALL_ACCESS_INTERACTION` | N/A | `true` | Specifies whether grant requests including a `list-all` action should require interaction. In these requests, the client asks to list resources that they themselves did not create. | Y | -| `LOG_LEVEL` | `auth.logLevel` | `info` | Pino log level | Y | ## Interaction endpoints