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
I like /authenticate better because it'll automatically log people in who meet the criteria (below) rather than taking them to the Linkedin login dialog and asking for their credentials. That's only necessary the first time.
This 'authenticate' endpoint functions identically to the authorization endpoint except for one scenario. If the following are all true:
The current user is logged into LinkedIn.
The current user has already granted an access token to the requesting application.
The access token has not expired.
Then we will automatically (and immediately) redirect to the callback URL you specify, without interruption. This provides a great user experience - just a one click login! If any of the above conditions are not true, the member will see the normal authorization flow.
The text was updated successfully, but these errors were encountered:
I like /authenticate better because it'll automatically log people in who meet the criteria (below) rather than taking them to the Linkedin login dialog and asking for their credentials. That's only necessary the first time.
Taken from Linkedin's Blog Post:
https://developer.linkedin.com/blog/oauth-now-authentication
This 'authenticate' endpoint functions identically to the authorization endpoint except for one scenario. If the following are all true:
Then we will automatically (and immediately) redirect to the callback URL you specify, without interruption. This provides a great user experience - just a one click login! If any of the above conditions are not true, the member will see the normal authorization flow.
The text was updated successfully, but these errors were encountered: