auth/saml: adds API docs for verbose_logging config (#23370)

This commit is contained in:
Austin Gebauer
2023-09-29 11:15:38 +09:00
committed by GitHub
parent 8952b69eba
commit 526d0f4502

View File

@@ -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