diff --git a/keystoneauth1/access/access.py b/keystoneauth1/access/access.py index 82a2ee7b..b6687378 100644 --- a/keystoneauth1/access/access.py +++ b/keystoneauth1/access/access.py @@ -358,7 +358,7 @@ class AccessInfo(object): @property def service_providers(self): - """Return a object representing the list of trusted service providers. + """Return an object representing the list of trusted service providers. Used for Keystone2Keystone federating-out. diff --git a/keystoneauth1/extras/_saml2/v3/adfs.py b/keystoneauth1/extras/_saml2/v3/adfs.py index 76a38084..df792aa8 100644 --- a/keystoneauth1/extras/_saml2/v3/adfs.py +++ b/keystoneauth1/extras/_saml2/v3/adfs.py @@ -387,7 +387,7 @@ class Password(base.BaseSAMLPlugin): This is a multistep process: * Prepare ADFS Request Securty Token - - build a etree.XML object filling certain attributes with proper user + build an etree.XML object filling certain attributes with proper user credentials, created/expires dates (ticket is be valid for 120 seconds as currently we don't handle reusing ADFS issued security tokens).