]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
(no bug) fix RST syntax in docs (#119)
authorEmma Humphries <emceeaich@users.noreply.github.com>
Mon, 1 Apr 2024 07:47:20 +0000 (00:47 -0700)
committerGitHub <noreply@github.com>
Mon, 1 Apr 2024 07:47:20 +0000 (00:47 -0700)
docs/en/rst/integrating/auth0.rst

index 8b05709a0a034e8972bcbc1dfc387fb77ddedbc0..e3fa76ba3a63987994b431103a5c79475a787ad5 100644 (file)
@@ -5,18 +5,20 @@ Adding an Auth0 Custom Social Integration
 
 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': {