amplify-studio icon indicating copy to clipboard operation
amplify-studio copied to clipboard

Use 3rd party OIDC provider for Amplify Auth

Open spabbies opened this issue 1 year ago • 1 comments

Which Specific Feature is your question related to?

Authentication

Question

I am trying to setup Intuit OAuth (Sign in with Intuit) with my existing Amplify project. I have set it up in the user pool in Cognito but am not able to get any option within Amplify to add a provider other than Google, Amazon, Apple or Facebook. I have also tried updating the parameters.json within the auth folder in my project and running amplify push but that also does not seem to update anything within the Amplify Studio. Would appreciate any direction on how I can accomplish this. Thanks, Sanders

spabbies avatar Dec 26 '23 22:12 spabbies

Hey @spabbies,apologies for the delay in a response. to add a third party provided you will need to utilize Amplify CLI override functionality to add this: https://docs.amplify.aws/nextjs/build-a-backend/auth/override-cognito/#customize-amplify-generated-cognito-auth-resources-with-social-providers

ykethan avatar Jan 25 '24 19:01 ykethan