diff options
author | Dylan William Hardison <dylan@hardison.net> | 2015-09-11 04:05:09 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2015-09-11 04:06:08 +0200 |
commit | 5e148fe2eef4af7ec7af433f370cd273477e317e (patch) | |
tree | 225d2129f3782f6ebb6b12221db75ad4f6c16b85 /docs/en/rst/api | |
parent | 39be67dc8ff1d2295c776a36ce6157191bd5d375 (diff) | |
download | bugzilla-5e148fe2eef4af7ec7af433f370cd273477e317e.tar.gz bugzilla-5e148fe2eef4af7ec7af433f370cd273477e317e.tar.xz |
auth delegation docs
Diffstat (limited to 'docs/en/rst/api')
-rw-r--r-- | docs/en/rst/api/core/v1/general.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/en/rst/api/core/v1/general.rst b/docs/en/rst/api/core/v1/general.rst index 06ef5b2fb..814592f58 100644 --- a/docs/en/rst/api/core/v1/general.rst +++ b/docs/en/rst/api/core/v1/general.rst @@ -110,9 +110,11 @@ There are two ways to authenticate yourself: You can specify ``Bugzilla_api_key`` or simply ``api_key`` as an argument to any call, and you will be logged in as that user if the key is correct and has -not been revoked. You can set up an API key by using the 'API Key' tab in the +not been revoked. You can set up an API key by using the :ref:`API Keys tab <api-keys>` in the Preferences pages. +API keys may also be requested via :ref:`Authentication Delegation <auth-delegation>`. + **Login and Password** You can specify ``Bugzilla_login`` and ``Bugzilla_password`` or simply |