From a41d7617baa5bc3d95a490c30aa12370f2c1c061 Mon Sep 17 00:00:00 2001 From: chenaidong1 Date: Tue, 5 Sep 2017 16:09:15 +0800 Subject: [PATCH] Fix a typo orotocol should be protocol Change-Id: Ic431225ddbddf407bfe2d067fc9c20217e1e1340 --- doc/source/admin/federated-identity.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/admin/federated-identity.rst b/doc/source/admin/federated-identity.rst index bedd30d650..9cb1057887 100644 --- a/doc/source/admin/federated-identity.rst +++ b/doc/source/admin/federated-identity.rst @@ -134,7 +134,7 @@ Performing federated authentication Unlike other authentication methods in keystone, the user does not issue an HTTP POST request with authentication data in the request body. To start federated authentication a user must access the dedicated URL with - IdP's and orotocol’s identifiers stored within a protected URL. + IdP's and protocol's identifiers stored within a protected URL. The URL has a format of: ``/v3/OS-FEDERATION/identity_providers/{idp_id}/protocols/{protocol_id}/auth``.