AWS solutions documentation change
Summary
Removed markdown link formatting from Cognito callback URL example
Security assessment
Formatting fix for example URL doesn't change security configuration or documentation.
Diff
diff --git a/solutions/latest/connected-mobility-solution-on-aws/troubleshooting.md b/solutions/latest/connected-mobility-solution-on-aws/troubleshooting.md index f93b915fc..6e51f18a6 100644 --- a//solutions/latest/connected-mobility-solution-on-aws/troubleshooting.md +++ b//solutions/latest/connected-mobility-solution-on-aws/troubleshooting.md @@ -43 +43 @@ Delete all `ProvisionedVehicles` table records for the invalid VIN, and reprovis -When the auth-setup module is deployed using Cognito, it includes a user app client with an allowed list of Callback URLs. If not provided it takes the default value of [https://example.com](https://example.com). The appropriate callback URLs are necessary to properly sign-in to the Backstage portal. If not configured properly, the redirect, and login attempt, will fail. +When the auth-setup module is deployed using Cognito, it includes a user app client with an allowed list of Callback URLs. If not provided it takes the default value of https://example.com. The appropriate callback URLs are necessary to properly sign-in to the Backstage portal. If not configured properly, the redirect, and login attempt, will fail.