mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
auth/saml: adds API docs for verbose_logging config (#23370)
This commit is contained in:
@@ -46,6 +46,11 @@ Configures the auth method with a SAML identity provider.
|
||||
protection.
|
||||
- `default_role` `(string, <optional>)` - The role to use if no role is provided during login.
|
||||
If not set, a role is required during login.
|
||||
- `verbose_logging` `(bool, false)` - **Not recommended for production**. Log
|
||||
additional, **potentially sensitive** information during the SAML exchange
|
||||
according to the current logging level. When `verbose_logging` is `true`,
|
||||
debug-level logs provide user attributes and trace-level logs provide the full
|
||||
SAML response.
|
||||
|
||||
### Sample payload
|
||||
|
||||
|
||||
Reference in New Issue
Block a user