python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Get GitHub User by ObjectID from SCIM (Azure AD)
I have a Github App and I would like to look up a Github User. We have our organization connected to our corporate Azure AD.
Is it possible to find a Github User based on an ObjectId or UPN from Azure...
Casper Jensen
Votes: 0
Answers: 1
How can a Github App list a user's private repositories?
I am trying to list a user's private github repositories via a github app.
(Note: I am not currently using OAuth, and I am looking for a user's repositories, not an org's.)
I am attempting to make thi...
poundifdef
Votes: 0
Answers: 1
GitHub Graph QL Authentication via a Github App
I am just wondering, did anyone manage to authenticate into the Github GraphQL API with using a Github App and how?
The purpose of this is to write a script that pulls information from Github with the...
Petra Vukmirovic
Votes: 0
Answers: 1
Github API with octokit- app authentication for create a repository dispatch event gives 404 not found
I'm trying to authenticate through a Github app to launch a repository dispatch event as per these docs. The app has the permissions metadata:read and contents:read&write as mentioned in the docs....
AJP
Votes: 0
Answers: 0