mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-08 16:24:51 -04:00
Update OIDC docs (#9599)
Clarify that verbose logging is to the server logs.
This commit is contained in:
parent
2897ec67e1
commit
f145c66d22
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ EOF
|
|||
`cat jwt.json | jq -r .access_token | cut -d. -f2 | base64 -D`
|
||||
|
||||
- As of Vault 1.2, the [`verbose_oidc_logging`](/api/auth/jwt#verbose_oidc_logging) role
|
||||
option is available which will log the received OIDC token if debug-level logging is enabled. This can
|
||||
option is available which will log the received OIDC token to the _server_ logs if debug-level logging is enabled. This can
|
||||
be helpful when debugging provider setup and verifying that the received claims are what you expect.
|
||||
Since claims data is logged verbatim and may contain sensitive information, this option should not be
|
||||
used in production.
|
||||
|
|
|
|||
Loading…
Reference in a new issue