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!

已提问 2 年前529 查看次数
1 回答
0
已接受的回答

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.

专家
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则