Setup Stack Entitlement with AWS Cognito?

0

Can i use AWS Cognito to authenticate to AWS Appstream and setup entitlements? My goal is to have one "Golden Image" with all the software installed and authenticate the users to see only the apps they need in catalogue mode....

Thanks for any help in advance!

1 Antwort
0
Akzeptierte Antwort

At this time, the entitlements capability is limited to users from SAML federation (either via the Stacks application entitlements feature, or the Dynamic Application Framework (which additionally requires the streaming instances be joined to a Microsoft Active Directory domain)). You can learn more here: https://docs.aws.amazon.com/appstream2/latest/developerguide/manage-application-entitlements.html.

Instead, you will need to ensure the image only has the software visible that a user should be able to launch. An alternative would be to essentially have your own application that launches the other applications. You could then use session context to pass to the streaming instance which applications should be able to launch, and automatically launch your launcher app. Then your launcher app would parse session context and show users what they need.

EXPERTE
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen