AWS athena documentation change
Summary
Added 'Enable token caching' parameter to prevent multiple browser prompts
Security assessment
Usability improvement for authentication flows. While related to authentication, it doesn't address vulnerabilities or document new security features.
Diff
diff --git a/athena/latest/ug/jdbc-v3-driver-browser-azure-ad-credentials.md b/athena/latest/ug/jdbc-v3-driver-browser-azure-ad-credentials.md index 68ba6f91b..084f5747d 100644 --- a//athena/latest/ug/jdbc-v3-driver-browser-azure-ad-credentials.md +++ b//athena/latest/ug/jdbc-v3-driver-browser-azure-ad-credentials.md @@ -7 +7 @@ -Credentials providerAzure AD tenant IDAzure AD client IDIdentity provider response timeoutPreferred roleRole session durationLake Formation enabled +Credentials providerAzure AD tenant IDAzure AD client IDIdentity provider response timeoutPreferred roleRole session durationLake Formation enabledEnable token caching @@ -68,0 +69,8 @@ LakeFormationEnabled | none | Optional | FALSE +## Enable token caching + +When enabled, caches the SAML assertion in memory across driver connections. This prevents SQL tools that create multiple driver connections from launching multiple browser windows. + +Parameter name | Alias | Parameter type | Default value +---|---|---|--- +EnableTokenCaching | none | Optional | FALSE +