Commit d2f2957
fix: add missing step to assign downstream API permissions to roles in OBO quickstart (#1317)
The "Call Your API on a User's Behalf" page was missing a step to assign the
downstream API's `read:private` scope to the roles created earlier, which would
cause the OBO token exchange flow to fail silently for users following the guide.
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 9b921a7 commit d2f2957
2 files changed
Lines changed: 18 additions & 0 deletions
File tree
- auth4genai
- mcp/get-started
- snippets/mcp/get-started/config-tenant
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
| 132 | + | |
| 133 | + | |
131 | 134 | | |
132 | 135 | | |
133 | 136 | | |
| |||
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
0 commit comments