We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d6ee5d commit 20a5b0aCopy full SHA for 20a5b0a
src/AspNet.Security.OAuth.Strava/StravaAuthenticationOptions.cs
@@ -25,7 +25,7 @@ public StravaAuthenticationOptions()
25
TokenEndpoint = StravaAuthenticationDefaults.TokenEndpoint;
26
UserInformationEndpoint = StravaAuthenticationDefaults.UserInformationEndpoint;
27
28
- Scope.Add("public");
+ Scope.Add("read");
29
30
ClaimActions.MapJsonKey(ClaimTypes.NameIdentifier, "id");
31
ClaimActions.MapJsonKey(ClaimTypes.Name, "username");
0 commit comments