Skip to content

Commit

Permalink
fix issuers.config pw-store docu
Browse files Browse the repository at this point in the history
  • Loading branch information
zachmann authored Nov 8, 2024
1 parent 91c06a6 commit fe818ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitbook/configuration/issuers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit fe818ba

Please sign in to comment.