You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please do not report security vulnerabilities here. The Responsible Disclosure Program details the procedure for disclosing security issues.
Thank you in advance for helping us to improve this library! Please read through the template below and answer all relevant questions. Your additional work here is greatly appreciated and will help us respond as quickly as possible. For general support or usage questions, use the Auth0 Community or Auth0 Support. Finally, to avoid duplicates, please search existing Issues before submitting one here.
By submitting an Issue to this repository, you agree to the terms within the Auth0 Code of Conduct.
Description
Provide a clear and concise description of the issue, including what you expected to happen.
Reproduction
Detail the steps taken to reproduce this error, what was expected, and whether this issue can be reproduced consistently or if it is intermittent.
Version of the platform or framework used, if applicable:
Other relevant versions (language, server software, OS, browser):
Other modules/plugins/libraries that might be involved:
While i am trying to use this package with linkedin for sign in purpose,
i am getting this error
**InternalOAuthError: failed to fetch user profile
at Strategy. (C:\Users\DELL\Desktop\salon-backend\node_modules\passport-linkedin-oauth2\lib\oauth2.js:57:19)
at passBackControl (C:\Users\DELL\Desktop\salon-backend\node_modules\passport-oauth2\node_modules\oauth\lib\oauth2.js:132:9)
at IncomingMessage. (C:\Users\DELL\Desktop\salon-backend\node_modules\passport-oauth2\node_modules\oauth\lib\oauth2.js:157:7)
at IncomingMessage.emit (node:events:536:35)
at IncomingMessage.emit (node:domain:489:12)
at endReadableNT (node:internal/streams/readable:1698:12)
at processTicksAndRejections (node:internal/process/task_queues:90:21)
**.
i used clientId,clientSecretKey and evertyhing as it is written in code .
i do not know why this error is coming?
when user clicks on signin with linkeidn,, it redirects them to enter username and password for linkeding.further the click on to contiue then i am getting this error.
The text was updated successfully, but these errors were encountered:
Please do not report security vulnerabilities here. The Responsible Disclosure Program details the procedure for disclosing security issues.
Thank you in advance for helping us to improve this library! Please read through the template below and answer all relevant questions. Your additional work here is greatly appreciated and will help us respond as quickly as possible. For general support or usage questions, use the Auth0 Community or Auth0 Support. Finally, to avoid duplicates, please search existing Issues before submitting one here.
By submitting an Issue to this repository, you agree to the terms within the Auth0 Code of Conduct.
Description
Reproduction
Environment
While i am trying to use this package with linkedin for sign in purpose,
i am getting this error
**InternalOAuthError: failed to fetch user profile
at Strategy. (C:\Users\DELL\Desktop\salon-backend\node_modules\passport-linkedin-oauth2\lib\oauth2.js:57:19)
at passBackControl (C:\Users\DELL\Desktop\salon-backend\node_modules\passport-oauth2\node_modules\oauth\lib\oauth2.js:132:9)
at IncomingMessage. (C:\Users\DELL\Desktop\salon-backend\node_modules\passport-oauth2\node_modules\oauth\lib\oauth2.js:157:7)
at IncomingMessage.emit (node:events:536:35)
at IncomingMessage.emit (node:domain:489:12)
at endReadableNT (node:internal/streams/readable:1698:12)
at processTicksAndRejections (node:internal/process/task_queues:90:21)
**.
i used clientId,clientSecretKey and evertyhing as it is written in code .
i do not know why this error is coming?
when user clicks on signin with linkeidn,, it redirects them to enter username and password for linkeding.further the click on to contiue then i am getting this error.
The text was updated successfully, but these errors were encountered: