AWS appstream2 documentation change
Summary
Updated product name references from 'Amazon AppStream 2.0' to 'Amazon WorkSpaces Applications' in documentation links and SAML integration section
Security assessment
The changes are purely branding updates (product renaming) with no modifications to security mechanisms. The SHA-256 hashing implementation for user folders remains unchanged, and there's no mention of vulnerability fixes or new security features.
Diff
diff --git a/appstream2/latest/developerguide/home-folders-admin-folders.md b/appstream2/latest/developerguide/home-folders-admin-folders.md index 62b6361a9..2bd45e4af 100644 --- a//appstream2/latest/developerguide/home-folders-admin-folders.md +++ b//appstream2/latest/developerguide/home-folders-admin-folders.md @@ -3 +3 @@ -[Documentation](/index.html)[Amazon AppStream 2.0](/appstream2/index.html)[Administration Guide](what-is-appstream.html) +[Documentation](/index.html)[Amazon WorkSpaces Applications](/appstream2/index.html)[Administration Guide](what-is-appstream.html) @@ -18 +18 @@ For sessions launched using `CreateStreamingURL` or `create-streaming-url` the u -Where ``bucket-name`` is in the format shown in [Amazon S3 Bucket Storage](./home-folders-s3.html) and ``user-id-SHA-256-hash`` is the user-specific folder name created using a lowercase SHA-256 hash hexadecimal string generated from the `UserId` value passed to the CreateStreamingURL API operation or `create-streaming-url` command. For more information, see [CreateStreamingURL](https://docs.aws.amazon.com/appstream2/latest/APIReference/API_CreateStreamingURL.html) in the _Amazon AppStream 2.0 API Reference_ and [create-streaming-url](https://docs.aws.amazon.com/cli/latest/reference/appstream/create-streaming-url.html) in the _AWS CLI Command Reference_. +Where ``bucket-name`` is in the format shown in [Amazon S3 Bucket Storage](./home-folders-s3.html) and ``user-id-SHA-256-hash`` is the user-specific folder name created using a lowercase SHA-256 hash hexadecimal string generated from the `UserId` value passed to the CreateStreamingURL API operation or `create-streaming-url` command. For more information, see [CreateStreamingURL](https://docs.aws.amazon.com/appstream2/latest/APIReference/API_CreateStreamingURL.html) in the _Amazon WorkSpaces Applications API Reference_ and [create-streaming-url](https://docs.aws.amazon.com/cli/latest/reference/appstream/create-streaming-url.html) in the _AWS CLI Command Reference_. @@ -34 +34 @@ For sessions created using SAML federation, the user folder structure is as foll -In this case, ``user-id-SHA-256-hash`` is the folder name created using a lowercase SHA-256 hash hexadecimal string generated from the `NameID` SAML attribute value passed in the SAML federation request. To differentiate users who have the same name but belong to two different domains, send the SAML request with `NameID` in the format `domainname\username`. For more information, see [Amazon AppStream 2.0 Integration with SAML 2.0](./external-identity-providers.html). +In this case, ``user-id-SHA-256-hash`` is the folder name created using a lowercase SHA-256 hash hexadecimal string generated from the `NameID` SAML attribute value passed in the SAML federation request. To differentiate users who have the same name but belong to two different domains, send the SAML request with `NameID` in the format `domainname\username`. For more information, see [Amazon WorkSpaces Applications Integration with SAML 2.0](./external-identity-providers.html). @@ -41 +41 @@ The following example folder structure applies to session access using SAML fede -When part or all of the NameID string is capitalized (as the domain name `SAMPLEDOMAIN` is in the example), AppStream 2.0 generates the hash value based on the capitalization used in the string. Using this example, the hash value for SAMPLEDOMAIN\testuser is 8DD9A642F511609454D344D53CB861A71190E44FED2B8AF9FDE0C507012A9901. In the folder for that user, this value is displayed in lowercase, as follows: 8dd9a642f511609454d344d53cb861a71190e44fed2B8aF9fde0C507012a9901. +When part or all of the NameID string is capitalized (as the domain name `SAMPLEDOMAIN` is in the example), WorkSpaces Applications generates the hash value based on the capitalization used in the string. Using this example, the hash value for SAMPLEDOMAIN\testuser is 8DD9A642F511609454D344D53CB861A71190E44FED2B8AF9FDE0C507012A9901. In the folder for that user, this value is displayed in lowercase, as follows: 8dd9a642f511609454d344d53cb861a71190e44fed2B8aF9fde0C507012a9901.