microsoft / microsoft/AzureStorageExplorer
Register GitHub OAuth App for Copilot integration
@craxal is already working on this.
Since Mar 26, 2026.
- Dominant language
- No language data
- Stars
- 452
- Forks
- 92
- Avg merge
- 15h 20m
- Merged PRs (30d)
- 3
Description
Summary
The Copilot panel currently uses the VS Code GitHub OAuth Client ID (Iv1.b507a08c87ecfe98) for authentication during development and testing. Before the Copilot feature ships to users, we need to determine whether this is acceptable long-term or whether we need our own.
Action Items
- Determine if we can use the VS Code Client ID — Check with the VS Code team or OSPO whether other Microsoft products are permitted to use this Client ID for Copilot authentication, even temporarily. If allowed, document the agreement and any constraints (e.g., scope, rate limits, branding).
- If not permitted — Register our own GitHub OAuth App via OSPO at repos.opensource.microsoft.com and replace the Client ID constant in
src/components/copilot-panel/src/Auth/CopilotAuthManager.ts(line 29). Update any related OAuth redirect URIs or scopes as needed.
Context
Self-service GitHub OAuth App registration is available through the microsoft GitHub org admin via OSPO. This is a pre-release blocker — it must be resolved before the Copilot feature ships, but does not block continued development on feature/copilot.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.