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

Authenticator support for AWS IAM Identity Center using a third-party identity provider #13210

Closed
2 tasks
jmbuss opened this issue Apr 2, 2024 · 3 comments
Closed
2 tasks
Assignees
Labels
Auth Related to Auth components/category pending-response Issue is pending response from the issue requestor question General question

Comments

@jmbuss
Copy link

jmbuss commented Apr 2, 2024

Is this related to a new or existing framework?

React

Is this related to a new or existing API?

Authentication

Is this related to another service?

No response

Describe the feature you'd like to request

IoT Application is currently using Amplify V5. It allows users to use IAM Identity Center as their authentication source - docs. Users can do so following these integration instructions. When upgrading Amplify to V6, this flow no longer works. We are looking for a path forward to upgrade Amplify in IoT Application.

Describe the solution you'd like

Documentation on how to support this flow, including information about how to configure Amplify, and any specific configuration required on the authentication resource (or links to relevant documentation). Also, any upgrades to Amplify Authenticator that are required to do so.

Describe alternatives you've considered

Alternatively we would have to implement the authentication ourselves in order to support this flow.

Additional context

No response

Is this something that you'd be interested in working on?

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change
@jmbuss jmbuss added the pending-triage Issue is pending triage label Apr 2, 2024
@cwomack cwomack added Auth Related to Auth components/category VP Version parity issues between v5 and v6 labels Apr 2, 2024
@cwomack cwomack self-assigned this Apr 2, 2024
@cwomack
Copy link
Contributor

cwomack commented Apr 2, 2024

Hello, @jmbuss and sorry to hear that you're running into this when upgrading from v5 to v6 of Amplify. We might need a few more details about your app (including the frontend code/API's causing the issue), but I'll look through the links provided to see if I can spot something as well. In the mean time, can you do the following just to ensure it's not an issue tied to duplicate dependencies?

  1. Delete your node_modules folder
  2. Delete yourpackage-lock.json file
  3. Reinstall dependencies with npm i

After taking these steps, if you're still experiencing the error then could you please share the dependencies in your package.json along with the errors that are being thrown? Thanks!

@cwomack cwomack added investigating This issue is being investigated pending-response Issue is pending response from the issue requestor labels Apr 2, 2024
@cwomack
Copy link
Contributor

cwomack commented Apr 2, 2024

@jmbuss, just wanted to also check and see if you updated the Auth API's after moving to v6 (instructions here). We moved from class based API's to functional API's, so both the imports and the way you'll call the API's will change in v6.

If you're using the Authenticator component, then there's separate steps for the UI packages that may need to be follow here.

@cwomack cwomack added question General question and removed VP Version parity issues between v5 and v6 investigating This issue is being investigated pending-triage Issue is pending triage labels Apr 9, 2024
@cwomack
Copy link
Contributor

cwomack commented Apr 9, 2024

Closing this issue as we have not heard back from you. If you are still experiencing this, please feel free to reply back and provide any information previously requested and we'd be happy to re-open the issue.

Thank you!

@cwomack cwomack closed this as completed Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Auth Related to Auth components/category pending-response Issue is pending response from the issue requestor question General question
Projects
None yet
Development

No branches or pull requests

2 participants