From c68c272c107c6b134fb8a6d03f15fe04e918d004 Mon Sep 17 00:00:00 2001 From: melissaml Date: Thu, 7 Jun 2018 15:08:42 +0800 Subject: fix a typo in docstring Change-Id: I56e9c3b03ed85c1c6031390b835d678c43e51e17 --- keystoneclient/contrib/auth/v3/saml2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keystoneclient') diff --git a/keystoneclient/contrib/auth/v3/saml2.py b/keystoneclient/contrib/auth/v3/saml2.py index 8a07b7f..85beabb 100644 --- a/keystoneclient/contrib/auth/v3/saml2.py +++ b/keystoneclient/contrib/auth/v3/saml2.py @@ -327,7 +327,7 @@ class Saml2UnscopedToken(_BaseSAMLPlugin): authenticated user. This function directs the HTTP request to SP managed URL, for instance: ``https://:/Shibboleth.sso/ SAML2/ECP``. - Upon success the there's a session created and access to the protected + Upon success there's a session created and access to the protected resource is granted. Many implementations of the SP return HTTP 302/303 status code pointing to the protected URL (``https://:/v3/ OS-FEDERATION/identity_providers/{identity_provider}/protocols/ -- cgit v1.2.1