Bugzilla can be added as a 'Custom Social Connection'.
-==================== ============================================ ======================================================
+==================== =============================================== ======================================================
Parameter Example(s) Notes
--------------------- -------------------------------------------- ------------------------------------------------------
-Name BMO-Stage Whatever makes you happy
+-------------------- ----------------------------------------------- ------------------------------------------------------
+Name Bugzilla-Stage Memorable name for the connection
Client ID aaaaaaaaaaaaaaaaaaaa Ask your Bugzilla admin to create one for you.
Client Secret aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa Same as above.
Authorization URL https://bugzilla.allizom.org/oauth/authorize Note the HTTP client must use the correct HOST header.
Token URL https://bugzilla.allizom.org/oauth/access_token (none)
Scope user:read As of this writing, this is the only scope available.
Fetch User Profile (see below) (none)
+==================== =============================================== ======================================================
+
+.. code-block:: js
-.. code-block:: javascript
function (access_token, ctx, callback) {
request.get('https://bugzilla.allizom.org/api/user/profile', {
'headers': {