Commit 6b64061
committed
Fix Bearer double-prefix in googleadk auth fallback
googleadk unconditionally prepended 'Bearer' in the shared-token
fallback path, producing 'Bearer Bearer <token>' when the caller
already included the prefix. Apply the same guard used in the other
three extensions.1 parent 5e91a28 commit 6b64061
1 file changed
Lines changed: 5 additions & 1 deletion
File tree
- libraries/microsoft-agents-a365-tooling-extensions-googleadk/microsoft_agents_a365/tooling/extensions/googleadk/services
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
137 | 141 | | |
138 | 142 | | |
139 | 143 | | |
| |||
0 commit comments