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 |