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

Consolidate advanced-topics/external-auth.rst into
admin/identity-external-authentication.rst.

Change-Id: Ic4e9c37f41c4998fbdfe4b21c7b57b2de4776432
This commit is contained in:
Suramya Shah 2018-02-22 23:11:56 +05:30 committed by Colleen Murphy
parent a51985f58c
commit b3c89e8c3f
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>`.