Fix Github OAuth not working with private Organizations (#11028)
* Fix Github OAuth not working with private organizations * Update documentation
This commit is contained in:
committed by
Torkel Ödegaard
parent
e67b1ebf33
commit
59704ee939
@@ -61,7 +61,7 @@ Content-Type: application/json
|
||||
"client_id":"some_id",
|
||||
"client_secret":"************",
|
||||
"enabled":"false",
|
||||
"scopes":"user:email",
|
||||
"scopes":"user:email,read:org",
|
||||
"team_ids":"",
|
||||
"token_url":"https://github.com/login/oauth/access_token"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user