Reputation: 21
I've been working on my personal project -- Spring MVC Application which integrates with AWS Cognito. I have created user pool and linked the pool to a federated identity (not using Facebook or Google to authenticate). Since the SDK that Amazon provides is for Android development in Java, CognitoUserPool is asking to add "android.context.Context" as one of the arguments. Is there any way to get context that works on Spring MVC to integrate with AWS Cognito?
Upvotes: 1
Views: 1458
Reputation: 124
You are probably using wrong SDK. Amazon provides SDK for Java and SDK for Android. Make sure, you are using the right one.
Upvotes: 1