isotoma / linkedin-cognito-openid-wrapper

BSD 3-Clause "New" or "Revised" License
4 stars 1 forks source link

Did you manage to get this working #4

Open ziggy6792 opened 3 years ago

ziggy6792 commented 3 years ago

Hi I need LinkedIn login for my own cognito authenticated app and I am wondering if I can use this.

I am just wondering if you were successful in getting this working.

I notice there are no deploy scripts to AWS lambda so maybe it is unfinished?

If you give me some pointers (what the next steps were) I would be happy to help you finish this.

I added lambda deployment already here but when I tested with cognito the login doesn't work (the hosted login opens at <API_GATEWAY_URL>/undefined/oauth/v2/authorization?client_id=<CLIENT_ID>) for some reason.

Thanks,

ziggy6792 commented 3 years ago

Hey

FYI I got your example working. I guess I was doing something wrong with the config (like setting the wrong scopes). I moved it to sst because I like the development experience.

You can check it out if you like in this repository

Thanks a lot for sharing this you saved me a lot of time vs doing it all myself.