From: Emma Humphries Date: Mon, 1 Apr 2024 07:47:20 +0000 (-0700) Subject: (no bug) fix RST syntax in docs (#119) X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=111cc0c8be238e6727c9489de2ad02aeff0b1cdf;p=thirdparty%2Fbugzilla.git (no bug) fix RST syntax in docs (#119) --- diff --git a/docs/en/rst/integrating/auth0.rst b/docs/en/rst/integrating/auth0.rst index 8b05709a0..e3fa76ba3 100644 --- a/docs/en/rst/integrating/auth0.rst +++ b/docs/en/rst/integrating/auth0.rst @@ -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': {