AWS Security ChangesHomeSearch

AWS solutions medium security documentation change

Service: solutions · 2026-01-16 · Security-related medium

File: solutions/latest/scalable-analytics-using-apache-druid-on-aws/configure-the-solution.md

Summary

Corrected OIDC redirect URI formatting in identity provider configuration

Security assessment

Fixes misconfigured redirect URI which could cause authentication failures or open redirect vulnerabilities. Proper URI formatting is critical for secure OIDC implementation.

Diff

diff --git a/solutions/latest/scalable-analytics-using-apache-druid-on-aws/configure-the-solution.md b/solutions/latest/scalable-analytics-using-apache-druid-on-aws/configure-the-solution.md
index d9bf819a4..f229ed2a7 100644
--- a//solutions/latest/scalable-analytics-using-apache-druid-on-aws/configure-the-solution.md
+++ b//solutions/latest/scalable-analytics-using-apache-druid-on-aws/configure-the-solution.md
@@ -214 +214 @@ Example: Identity provider configuration to federate through Amazon Cognito.
-You must configure the redirect URI on the IDP side as ` [https://<druid_domain>/druid-ext/druid-oidc/callback](https://<druid_domain>/druid-ext/druid-oidc/callback) `.
+You must configure the redirect URI on the IDP side as `https://<druid_domain>/druid-ext/druid-oidc/callback`.