It seems like OAuth.io providers (all here: https://github.com/oauth-io/oauthd/tree/master/providers) are static files; and the thing with GitHub Enterprise is, the domain name is not github.com, but something different for each customer. Is there a way to make OAuth.io work with a provider whose domain name is always different, such as for the GitHub Enterprise use case?
Related Questions in GITHUB-ENTERPRISE
- Can you configure the default commit title generated when merging PR on github enterprise?
- Creating an Organization in Github Enterprise with the REST API
- Join a GitHub Enterprise
- AWS CodeStar GitHub Enterprise Connection Fails with ProviderResourceNotFoundException
- What is the schema for GitHub migration archives?
- `snyk-scm-contributor-count` failing to retrieve project list from github
- Integrating JIRA Enterprise with GitHub Enterprise - Required Access Rights?
- GitHub GraphQL API: Is a user suspended?
- github create release API call returns code 401
- How to release an Azure DevOps artifact on GitHub Enterprise releases?
- Getting recent changes for generating release notes on github enterprise
- How can I integrate on-premises GitHub Enterprise into Jira Cloud if only connections from GitHub Enterprise to Jira are allowed?
- Github action jobs are skipped randomly
- Minimum permission required for obtaining dependency graphs in private repository in github enterprise
- Unable to access management console after installing github enterprise
Related Questions in OAUTH.IO
- How can i Implement "Login with Twitter" via OAuth.io?
- how to post image from our application to linkedin post ? in c# Or in javascript
- OAuth serverless provider
- OAuth.io with Github Enterprise
- OAuth.io with Angular 4 and nodejs
- Upload image to twitter more than 1mb using angularjs
- Errors Uploading Chunked Images to Twitter via OAuth.io
- Oauth.io Updating Request Object with New Access Token
- Dedicated oauth2 libraries for Android
- Oauth.io domain not authorized even though I've whitelisted it on oauth.io
- OAuth.io server-side doesn't refresh Google token
- How to post a base64 image to twitter using Oauth
- How to implement OAuth.io using Ionic Framework for LinkedIn?
- oauth.io invalidArgument error
- Oauth.io only gets "name" and "id" in the raw data from Facebook v2.4 and v2.5
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Take a look at Shopify provider implementation which have the same problematic
https://github.com/oauth-io/oauthd/blob/master/providers/shopify/conf.json
We added a parameter
shopThis parameter is configurable in OAuth.io when setting API keys:
and this parameter can be reused in URLs:
Feel free to make a pull request if you have the time to add Github Enterprise to the list of OAuth providers !