Clarify usage with Enterprise instances
See original GitHub issueCould the README be amended to include instructions for using this extension with GitHub Enterprise instances? I’ve seen in other places (https://github.com/Microsoft/vscode-pull-request-github/issues/368#issuecomment-419890132) that this is intended to work.
I’ve tried generating a personal access token, and supplied it along with the URL for our instance and my username:
"github.hosts": [
{
"host": "HOST",
"username": "USERNAME",
"token": "TOKEN",
}
]
But after reloading username and token are stripped, and I’m prompted to use the regular signin process, which doesn’t work:
"github.hosts": [
{
"host": "HOST",
}
]
And the thing is that I can’t figure out whether this is an user error or a bug (I’ve installed version 0.1.1).
Issue Analytics
- State:
- Created 5 years ago
- Reactions:21
- Comments:28 (12 by maintainers)
Top Results From Across the Web
ML model explainability with Amazon SageMaker Clarify ...
Use Clarify with a pre-built SKLearn container. One of the most-used Python libraries in the ML space is scikit-learn. For this reason, AWS ......
Read more >Clarifying the uses of artificial intelligence in the enterprise
Finally, machine intelligence exhibits the ability to not only learn from data, but to actually clearly articulate answers and discover why.
Read more >What is a Use Case?
A use case is a methodology used in system analysis to identify, clarify and organize system requirements. The use case is made up...
Read more >multiple applications for the same use case - Announcements
As a single exception to these rules, the use of a maximum of 3 applications for development, staging, and production instances of the...
Read more >Enterprise Holdings Helps Clarify Misunderstood 'Loss of ...
In fact, the consumer-friendly legal site provides two examples: “compensation for each day a car is out of commission during repairs or for...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Thanks for the info, I’ll try to repro internally and get a fix going for y’all. Sorry for the trouble!
My GitHub Enterprise instance uses SSO. When I attempt to sign in from VSCode, I get a page with a “Continue” button. When I click that button, I get a 404 (URL = https://<host>/login/oauth/authorize?state=action%3Acode%3Bguid%3A6652a2c3-3f81-46bb-bda8-dcb61b94e933&scope=read…). The plugin is configured with host, username, and token.