Skip to content

Commit d58f855

Browse files
anderauskevinchalet
authored andcommitted
Update the Strava provider to use the non-standard comma-separated scopes format
1 parent bb3ce4c commit d58f855

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/AspNet.Security.OAuth.Strava/StravaAuthenticationHandler.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,7 @@ protected override async Task<AuthenticationTicket> CreateTicketAsync([NotNull]
5858

5959
return context.Ticket;
6060
}
61+
62+
protected override string FormatScope() => string.Join(",", Options.Scope);
6163
}
6264
}

0 commit comments

Comments
 (0)