-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Developer Authenticated Identities #416
Comments
Hey @stevepsharpe , Since you have your Auth module built out and inside a lambda function, you should configure Amplify with your AWS resources. You can use this guide: https://github.com/aws/aws-amplify/blob/master/docs/media/api_guide.md to find out the resources required to use our API module. You can make REST requests from your app to your endpoint using Amplify API module. Thanks, |
@stevepsharpe I would like to add that while I was initially using developer authenticated identities I'm currently experimenting with using custom authentication flows and Cognito User Pools instead of developer authenticated flows and Cognito Identity Pools. I'm only in the early stages of testing but it looks promising. |
Closing this issue as the pr has been merged. |
This issue has been automatically locked since there hasn't been any recent activity after it was closed. Please open a new issue for related bugs. Looking for a help forum? We recommend joining the Amplify Community Discord server |
Do you want to request a feature or report a bug?
question
I can see in the documentation how to do use the standard Federated identities, I'm unclear how to use Developer Authenticated Identities. I'm trying to get Strava login to work.
I have a lambda function that checks a passed in code from Strava, does the auth and then uses
getOpenIdTokenForDeveloperIdentity
which returns a token and identity id. How do I then use this with Amplify?The text was updated successfully, but these errors were encountered: