Commit 5e981d0
fix: remove openid/profile scopes and use /v2/me for member URN
LinkedIn OAuth was failing because openid and profile scopes require
the 'Sign In with LinkedIn' product. Community Management API only
provides r_member_social and w_member_social.
Also switch ResolveMemberUrn from /v2/userinfo (OpenID) to /v2/me
(LinkedIn REST API) which works with r_member_social scope.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 2808389 commit 5e981d0
File tree
2 files changed
+9
-7
lines changed- src
- TagzApp.Blazor
- TagzApp.Providers.LinkedIn
2 files changed
+9
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
249 | 249 | | |
250 | 250 | | |
251 | 251 | | |
252 | | - | |
| 252 | + | |
253 | 253 | | |
| 254 | + | |
| 255 | + | |
254 | 256 | | |
255 | 257 | | |
256 | 258 | | |
257 | 259 | | |
258 | 260 | | |
259 | 261 | | |
260 | | - | |
| 262 | + | |
261 | 263 | | |
262 | 264 | | |
263 | 265 | | |
264 | | - | |
265 | | - | |
| 266 | + | |
| 267 | + | |
266 | 268 | | |
267 | | - | |
| 269 | + | |
268 | 270 | | |
269 | 271 | | |
270 | 272 | | |
| |||
273 | 275 | | |
274 | 276 | | |
275 | 277 | | |
276 | | - | |
| 278 | + | |
277 | 279 | | |
278 | 280 | | |
279 | 281 | | |
| |||
0 commit comments