Integrating AWS Cognito (Social Login) with Unity3D #2509
-
AWS Cognito has the hosted UI for web applications to automatically allow users to sign in with username/password or social login. Does the .NET SDK support this capability (social login) in Unity3D in some way? I've been unable to find the answers to my questions anywhere. The SDK Samples (https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/dotnetv3/Cognito#code-examples) only seem to refer to username/password logins. Could not find anything related to Facebook/Google login anywhere. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
@vinaysshenoy Thanks for starting discussion. I guess you are referring to the feature requested in aws/aws-aspnet-cognito-identity-provider#225. If yes, the AWS SDK .NET Cognito extension does not support social login out of the box. You might be able to write your wrapper to implement it using Cognito API, but it could get quite complex. Thanks, |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
@vinaysshenoy Thanks for starting discussion. I guess you are referring to the feature requested in aws/aws-aspnet-cognito-identity-provider#225. If yes, the AWS SDK .NET Cognito extension does not support social login out of the box. You might be able to write your wrapper to implement it using Cognito API, but it could get quite complex.
Thanks,
Ashish