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
ESPERTO
Tedy_T
posta 4 anni fa2277 visualizzazioni
1 Risposta
0
Risposta accettata

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.

ESPERTO
con risposta 4 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande