Skip to content

Commit

Permalink
(no bug) fix RST syntax in docs (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
emceeaich authored Apr 1, 2024
1 parent d680eaa commit 111cc0c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/en/rst/integrating/auth0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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': {
Expand Down

0 comments on commit 111cc0c

Please sign in to comment.