Skip to content
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

fromCognitoIdentityPool doesn't return identityId retrieved as part of GetId call #893

Closed
Amplifiyer opened this issue Feb 8, 2020 · 1 comment
Assignees
Labels
feature-request New feature or enhancement. May require GitHub community feedback. High Priority

Comments

@Amplifiyer
Copy link
Contributor

Describe the bug

aws-sdk V2 returns the identityId retrieved from getId API call such that clients can access and use it (since some aws calls require identityId as input). However fromCognitoIdentityPool doesn't return the identityId but only caches it locally.

It's not a blocker since we stopped using fromCognitoIdentityPool and started calling GetId and fromCognitoIdentity to preserve the identityId in our application. It'd be great if it's available from the fromCognitoIdentityPool itself.

SDK version number
Latest alpha versions

Expected behavior
V3 should have feature parity with V2

@Amplifiyer Amplifiyer added the bug This issue is a bug. label Feb 8, 2020
@trivikr trivikr added feature-request New feature or enhancement. May require GitHub community feedback. and removed bug This issue is a bug. labels Feb 12, 2020
@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request New feature or enhancement. May require GitHub community feedback. High Priority
Projects
None yet
Development

No branches or pull requests

4 participants