Name and Version
0.45.0
What steps will reproduce the bug?
When connecting a local Claude Code instance to a corporate integration (added as a toolset/MCP), the OAuth flow completes successfully (user authenticates), but the resulting access token doesn't include role claims. As a result, all subsequent requests requiring those roles fail.
- Use a local Claude Code instance.
- Add the corporate toolset/MCP integration.
- Complete the OAuth flow.
- Make any call that requires a role.
What is the expected behavior?
token contains the required roles; requests succeed.
What do you see instead?
authentication succeeds, roles are missing from the token, requests fail
Additional information
No response
Name and Version
0.45.0
What steps will reproduce the bug?
When connecting a local Claude Code instance to a corporate integration (added as a toolset/MCP), the OAuth flow completes successfully (user authenticates), but the resulting access token doesn't include role claims. As a result, all subsequent requests requiring those roles fail.
What is the expected behavior?
token contains the required roles; requests succeed.
What do you see instead?
authentication succeeds, roles are missing from the token, requests fail
Additional information
No response