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
36
36
/// <summary>
37
37
/// Default value for <see cref="OAuthOptions.AuthorizationEndpoint"/>.
38
38
/// </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" ;
40
40
41
41
/// <summary>
42
42
/// Default value for <see cref="OAuthOptions.TokenEndpoint"/>.
43
43
/// </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" ;
45
45
46
46
/// <summary>
47
47
/// Default value for <see cref="OAuthOptions.UserInformationEndpoint"/>.
You can’t perform that action at this time.
0 commit comments