AWS Security ChangesHomeSearch

AWS lake-formation documentation change

Service: lake-formation · 2025-12-16 · Documentation low

File: lake-formation/latest/dg/catalog-federation-databricks.md

Summary

Changed OAuth2 scope parameter casing from 'Scope' to 'scope'

Security assessment

Minor syntax correction with no indication of security impact. Likely fixes a configuration detail without security implications.

Diff

diff --git a/lake-formation/latest/dg/catalog-federation-databricks.md b/lake-formation/latest/dg/catalog-federation-databricks.md
index 6993fb133..713056112 100644
--- a//lake-formation/latest/dg/catalog-federation-databricks.md
+++ b//lake-formation/latest/dg/catalog-federation-databricks.md
@@ -235 +235 @@ The following example uses OAuth2 authentication configuration to create an AWS
-                "Scope": "all-apis"
+                "scope": "all-apis"