File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/AspNet.Security.OAuth.LinkedIn Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ public class LinkedInAuthenticationDefaults
3636 /// <summary>
3737 /// Default value for <see cref="OAuthOptions.AuthorizationEndpoint"/>.
3838 /// </summary>
39- public const string AuthorizationEndpoint = "https://www.linkedin.com/uas/oauth2 /authorization" ;
39+ public const string AuthorizationEndpoint = "https://www.linkedin.com/oauth/v2 /authorization" ;
4040
4141 /// <summary>
4242 /// Default value for <see cref="OAuthOptions.TokenEndpoint"/>.
4343 /// </summary>
44- public const string TokenEndpoint = "https://www.linkedin.com/uas/oauth2 /accessToken" ;
44+ public const string TokenEndpoint = "https://www.linkedin.com/oauth/v2 /accessToken" ;
4545
4646 /// <summary>
4747 /// Default value for <see cref="OAuthOptions.UserInformationEndpoint"/>.
You can’t perform that action at this time.
0 commit comments