Merge "Consolidate Keystone docs: admin/identity-external-authentication.rst"

This commit is contained in:
Zuul 2018-12-11 12:45:19 +00:00 committed by Gerrit Code Review
commit 49d7cc5ec5
4 changed files with 3 additions and 3 deletions

View File

@ -45,6 +45,7 @@ command-line client.
endpoint-policy.rst
event_notifications.rst
auth-totp.rst
identity-external-authentication.rst
.. toctree::
:maxdepth: 2

View File

@ -6,4 +6,3 @@ Advanced Topics
:maxdepth: 1
configure_tokenless_x509.rst
external-auth.rst

View File

@ -34,7 +34,7 @@ password authentication and ``token`` handles token authentication.
``external`` is used in conjunction with authentication performed by a
container web server that sets the ``REMOTE_USER`` environment variable. For
more details, refer to :doc:`External Authentication
<../advanced-topics/external-auth>`.
<../admin/identity-external-authentication>`.
How to Implement an Authentication Plugin
-----------------------------------------
@ -81,5 +81,5 @@ webserver. However, to ensure that a user must go through other authentication
mechanisms, even if this variable is set, remove ``external`` from the list of
plugins specified in ``methods``. This effectively disables external
authentication. For more details, refer to :doc:`External Authentication
<../advanced-topics/external-auth>`.
<../admin/identity-external-authentication>`.