AWS quicksuite documentation change
Summary
Fixed a URL formatting issue in the documentation link for setting up IdP federation (added missing slash in URL path)
Security assessment
The change only corrects a URL path formatting error (adding a missing slash) in an existing documentation link. While the linked content relates to security (IdP federation), the change itself does not address any security vulnerability or add new security documentation - it's purely a documentation link syntax fix.
Diff
diff --git a/quicksuite/latest/userguide/namespaces.md b/quicksuite/latest/userguide/namespaces.md index 1e16eab51..3c1ac0204 100644 --- a//quicksuite/latest/userguide/namespaces.md +++ b//quicksuite/latest/userguide/namespaces.md @@ -53 +53 @@ If you don't have an existing AWS account or you need to sign up for Amazon Quic - * To start adding users, first follow the instructions in [Setting up IdP federation using IAM and Amazon Quick Suite](https://docs.aws.amazon.com/quicksight/latest/user/external-identity-providers-setting-up-saml.html). Then use the [RegisterUser](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_RegisterUser.html) API operation to add users to the appropriate namespace. + * To start adding users, first follow the instructions in [Setting up IdP federation using IAM and Amazon Quick Suite](https://docs.aws.amazon.com//quicksight/latest/user/external-identity-providers-setting-up-saml.html). Then use the [RegisterUser](https://docs.aws.amazon.com/quicksight/latest/APIReference/API_RegisterUser.html) API operation to add users to the appropriate namespace.