AWS Security ChangesHomeSearch

AWS solutions documentation change

Service: solutions · 2026-01-16 · Documentation low

File: solutions/latest/centralized-logging-with-opensearch/launch-with-openid-connect-oidc.md

Summary

Removed markdown link formatting from multiple OIDC configuration URLs

Security assessment

Formatting changes to example URLs don't impact security functionality. No security vulnerabilities addressed.

Diff

diff --git a/solutions/latest/centralized-logging-with-opensearch/launch-with-openid-connect-oidc.md b/solutions/latest/centralized-logging-with-opensearch/launch-with-openid-connect-oidc.md
index a9e961cf7..9fa6a9701 100644
--- a//solutions/latest/centralized-logging-with-opensearch/launch-with-openid-connect-oidc.md
+++ b//solutions/latest/centralized-logging-with-opensearch/launch-with-openid-connect-oidc.md
@@ -89 +89 @@ You can use the Amazon Cognito User Pool in a supported AWS Standard Region as t
-In Step 2. Launch the stack, the OidcClientID is the App client ID, and OidcProvider is ` [https://cognito-idp.${REGION}.amazonaws.com/${USER_POOL_ID}](https://cognito-idp.${REGION}.amazonaws.com/${USER_POOL_ID}) `.
+In Step 2. Launch the stack, the OidcClientID is the App client ID, and OidcProvider is `https://cognito-idp.${REGION}.amazonaws.com/${USER_POOL_ID}`.
@@ -158 +158 @@ You have successfully created an authing self-built application.
-The issuer value is ` [https://KEYCLOAK_DOMAIN_NAME/auth/realms/REALM_NAME](https://<KEYCLOAK_DOMAIN_NAME>/auth/realms/<REALM_NAME);`.
+The issuer value is `https://<KEYCLOAK_DOMAIN_NAME>/auth/realms/<REALM_NAME>`.
@@ -167 +167 @@ The issuer value is ` [https://KEYCLOAK_DOMAIN_NAME/auth/realms/REALM_NAME](http
-  2. Make sure you can log in to the ADFS Sign On page. The URL should be ` [https://adfs.domain.com/adfs/ls/idpinitiatedSignOn.aspx](https://adfs.domain.com/adfs/ls/idpinitiatedSignOn.aspx) `, and you must replace **adfs.domain.com** with your real ADFS domain.
+  2. Make sure you can log in to the ADFS Sign On page. The URL should be `https://adfs.domain.com/adfs/ls/idpinitiatedSignOn.aspx`, and you must replace **adfs.domain.com** with your real ADFS domain.
@@ -188 +188 @@ The issuer value is ` [https://KEYCLOAK_DOMAIN_NAME/auth/realms/REALM_NAME](http
-  11. Under Windows PowerShell on ADFS server, run the following command to get the Issuer (issuer) of ADFS, which is similar to ` [https://adfs.domain.com/adfs](https://adfs.domain.com/adfs) `.
+  11. Under Windows PowerShell on ADFS server, run the following command to get the Issuer (issuer) of ADFS, which is similar to `https://adfs.domain.com/adfs`.