AppStream 2.0 Client URL

0

I'm testing AppStream2.0 desktop client to connect to a stack that integrated with AWS SSO. Apparently I can't put the SSO URL & the only option is to use the Appstream URL. If I copy the application URL which I get after login to the SSO (sample : https://appstream2.ap-southeast-1.aws.amazon.com/#/reserve?reference=fleet%2FOsakaFleet-AlwaysOn), the client throw 404 error.

Is there any specific way to use AS2 client with SSO-based Appstream stack?

AWS
エキスパート
Tedy_T
質問済み 4年前2277ビュー
1回答
0
承認された回答

By default (without any additional configuration), the AppStream 2.0 (AS2) native client only supports streaming URLs or the User Pool login page. This is to prevent end users from using the AS2 client as a mini-browser. Admins have 3 options for enabling other URLs/domains for their end users (for example, AWS SSO or other SAML IdPs):

  1. (HKLM registry key) StartURL - Single URL that is the default value when the user launches the native client. The value would be that of your SSO portal.
  2. (HKLM registry key) TrustedDomains - A comma-separated list of domains that are acceptable for your user to enter into the native client text box. The value would be that of your SSO portal. Your user would then be able to manually enter this value when they launch the native client.
  3. (DNS TXT record) Trusted domain - A DNS TXT record that enables that domain/subdomain without any user-side configuration changes.

You can learn more about all 3 of these here: https://docs.aws.amazon.com/appstream2/latest/developerguide/install-client-configure-settings.html#access-appstream-with-client.

If I copy the application URL which I get after login to the SSO (sample : https://appstream2.ap-southeast-1.aws.amazon.com/#/reserve?reference=fleet%2FOsakaFleet-AlwaysOn)

This is not a valid direct access URL. AS2 only supports IdP-initiated federation, so the URL that needs to be entered is that of AWS SSO - either the catalog URL.

エキスパート
回答済み 4年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ