diff --git a/website/content/api-docs/auth/saml.mdx b/website/content/api-docs/auth/saml.mdx index b932f0a228..e1fe74d371 100644 --- a/website/content/api-docs/auth/saml.mdx +++ b/website/content/api-docs/auth/saml.mdx @@ -46,6 +46,11 @@ Configures the auth method with a SAML identity provider. protection. - `default_role` `(string, )` - 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