From fe818ba6afdb03c6a012e4f25e476f39ce925908 Mon Sep 17 00:00:00 2001 From: Gabriel Zachmann Date: Fri, 8 Nov 2024 13:26:51 +0100 Subject: [PATCH] fix issuers.config pw-store docu --- gitbook/configuration/issuers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitbook/configuration/issuers.md b/gitbook/configuration/issuers.md index 2dc356d6..d3721334 100644 --- a/gitbook/configuration/issuers.md +++ b/gitbook/configuration/issuers.md @@ -27,7 +27,7 @@ An issuer config object can have the following fields: | `configuration_endpoint` | The url of the configuration endpoint if it cannot be derived from the issuer url | | `device_authorization_endpoint` | The url of the device authorization endpoint if it is not published at the configuration endpoint | | `cert_path` | The local certificate bundle path that should be used when communicating with the issuer | -| `store_pw` | Indicates if the encryption password should be kept in memory, so that the account configuration file can be updated without prompting the user for the password again | +| `pw-store` | Indicates if the encryption password should be kept in memory, so that the account configuration file can be updated without prompting the user for the password again | | `oauth` | Indicates that this is an oauth2 instead of an OIDC issuer | | `legacy_aud_mode` | Indicates that this OIDC issuer does not support RFC 8707 for requesting ATs with a specific audience and the mechanism from oidc-agent<5 should be used (space-delimited list in the 'audience' parameter). | | `pubclient` | Information about a public client for this issuer |