-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Python: Add a new web demo application: Amazon Cognito identity pools #7549
New issue
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
Conversation
|
647b93d to
79d9e2f
Compare
|
Hello! @AWS-LanDing 's internship having expired, I'm shepherding the completion of this PR. Looks like it might be lined up for final approval and merge. Need anything from me? |
79d9e2f to
2b5eb0e
Compare
|
@AMZ-brandon - thank you! Most of the issues discussed in chat are resolved, except the missing integration tests. Right now we are running the example through and adding the metadata, then we will determine how difficult it will be to add minimal testing. I will add a comment if there is anything specific we need. |
tejasgn1
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, unauth works for both enhanced and basic flows, but I am running into issues when checking for auth access using cognito user pools. I keep getting Invalid request message. And it happens in both the flows.
Hi @tejasgn1, since we resolved the authN issue, is there anything else I can help with? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Both flows for all the different providers were ran and they work as intended. These changes look good to me now.
2597cfc to
851c7a5
Compare
|
Cloud Build: Link |
851c7a5 to
35421ad
Compare
This pull request adds a web-based demo application that demonstrates Amazon Cognito identity pools authentication flows, allowing users to interactively explore both enhanced and basic authentication flows with various identity providers.
Key Features
Technical Implementation
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.