Use access tokens rather than id/secret
See original GitHub issuehttps://developer.github.com/enterprise/2.13/v3/#oauth2-token-sent-as-a-parameter
In trying to get this extention working with GHE (#34) access tokens appear to work when making api requests whereas the client_id
/client-secret
returns an unauthorized error:
{
"message": "Must authenticate to access this API.",
"documentation_url": "https://developer.github.com/enterprise/2.11/v3"
}
Issue Analytics
- State:
- Created 5 years ago
- Comments:13 (13 by maintainers)
Top Results From Across the Web
The Client ID and Secret - OAuth 2.0 Simplified
The client_secret is a secret known only to the application and the authorization server. It is essential the application's own password. It ...
Read more >ID Token and Access Token: What Is the Difference? - Auth0
Learn what ID and access tokens are and how to correctly use them in the OpenID Connect and OAuth context.
Read more >How to create GitHub Personal Access Token without client ID ...
Is there a way of generating a personal access token for GitHub using a username and password only? I'm trying to carry out...
Read more >Getting data with OAuth
An example of using OAuth2.0 to access an API using Python's ... to make after that will require we get a new token...
Read more >Authentication - Marketo Developers
The Identity URL is found in the Admin > Web Services menu in the REST API section. doc-rest-api-admin-web-services-identity-url. Create an access token using...
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 FreeTop 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
Top GitHub Comments
We’re using LDAP so that wouldn’t work for us, nevertheless I think that will be very convenient for a large number of potential users.
Yeah, GitHub permissions have always been a bit of an issue. I’m hopeful Microsoft might improve the situation there now that they’re in charge but I don’t even know if it’s on their radar.
Yeah, there is a very long-standing and popular issue for this: https://github.com/dear-github/dear-github/issues/113