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
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Uh oh!
There was an error while loading. Please reload this page.
Situation: current documentation is not including how to set-up OpenID with LinkedIn.
Update:
Use this reference
Socialite::driver('linkedin-openid');
To set scope
Socialite::driver('linkedin-openid')->scopes(['openid', 'profile', 'email']);
The text was updated successfully, but these errors were encountered: