From 64e9b891fdb8e28f822928f71451630fbcb3066c Mon Sep 17 00:00:00 2001 From: Trong Huu Nguyen Date: Mon, 30 Oct 2023 16:03:31 +0100 Subject: [PATCH] maskinporten: remove unneeded runtime variable for consumer --- docs/security/auth/maskinporten/client.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/security/auth/maskinporten/client.md b/docs/security/auth/maskinporten/client.md index 4443137b4..664b5ba56 100644 --- a/docs/security/auth/maskinporten/client.md +++ b/docs/security/auth/maskinporten/client.md @@ -45,7 +45,6 @@ The files are available at the following path: `/var/run/secrets/nais.io/maskinp | `MASKINPORTEN_SCOPES` | Whitespace-separated string of scopes registered for the client. | | `MASKINPORTEN_WELL_KNOWN_URL` | The well-known URL for the [metadata discovery documet](../concepts/actors.md#well-known-url-metadata-document) | | `MASKINPORTEN_ISSUER` | `issuer` from the [metadata discovery document](../concepts/actors.md#issuer). | -| `MASKINPORTEN_JWKS_URI` | `jwks_uri` from the [metadata discovery document](../concepts/actors.md#jwks-endpoint-public-keys). | | `MASKINPORTEN_TOKEN_ENDPOINT` | `token_endpoint` from the [metadata discovery document](../concepts/actors.md#token-endpoint). | These variables are used when acquiring tokens.