We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The docs show how to integrate cognito user pools with API gateway, and include an example of how to map through the various claims:
{ "context" : { "sub" : "$context.authorizer.claims.sub", "email" : "$context.authorizer.claims.email" } } ...
This isn't included as part of the "method request passthrough" template that chalice uses, and probably should be.
The text was updated successfully, but these errors were encountered:
Map claims from cognito user pools as part of the request object
8c8965e
This makes it possible to get the sub/email data from a logged in user from cognito user pools. Closes aws#165.
b5030ca
No branches or pull requests
The docs show how to integrate cognito user pools with API gateway, and include an example of how to map through the various claims:
This isn't included as part of the "method request passthrough" template that chalice uses, and probably should be.
The text was updated successfully, but these errors were encountered: