Does Cognito provide the Id token that is returned by Google?
I’m currently using Cognito preSignUp trigger to store users in my own database. To do so, I want to access the ID token that is generated by Google and save it in the database but I can’t access it. I have found resources that state that identities attribute in the event has the ID token but Imy event doesn’t have such an attribute.
How to Trigger a Lambda every time user routes through AWS Cognito?
I have created a lambda function and attached it as a pre and post login Trigger. I want this Lambda to triggered every time I am routed via AWS Cognito, not just logged in. Let me explain,