How can I add 3P identity providers to the Identity & Auth feature on AWS GameKit?

0

How can I add 3P identity providers to the Identity & Auth feature on AWS GameKit?

AWS
asked 2 years ago330 views
1 Answer
0
Accepted Answer

Hello,

Out of the box, AWS GameKit supports two login mechanisms 1) email/password and 2) Facebook that can be configure from the Plugin. It doesn't support anonymous accounts, however, you can integrate with an existing third party Identity provider by updating this file https://github.com/aws/aws-gamekit-unreal/blob/main/AwsGameKit/Resources/cloudResources/cloudformation/identity/parameters.yml#L58-L65 before deploying the Identity and Authentication feature (you'll need to make a similar change to the parameters.yml of each feature you plan to deploy). These settings are currently not editable through the Plugin user interface but that we plan to make them available in the future updates.

Thanks, AWS GameKit

AWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions