summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMarek Denis <marek.denis@cern.ch>2014-07-30 22:06:32 +0200
committerayoung <ayoung@redhat.com>2014-08-20 19:09:26 +0000
commitf92f49155ec47330766412dc90c8b887e7c863de (patch)
tree70cdfe4123f4a2c285a206d79512166771566293 /setup.cfg
parenta5f0e3c53ca9013ab124cc33accc5a06266dc72c (diff)
downloadpython-keystoneclient-f92f49155ec47330766412dc90c8b887e7c863de.tar.gz
Add v3scopedsaml entry to the setup.cfg.
Since Patch https://review.openstack.org/#/c/107231/ was abandoned and entry ``v3unscopedsaml`` stays in the setup.cfg, there should also some room for v3scopedsaml entry which lets users scope their unscoped tokens. Change-Id: Ie42206c323d287b905b4c5da9c790e544a8b8433
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 3d6b9af..b62f31f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -37,6 +37,7 @@ keystoneclient.auth.plugin =
v3password = keystoneclient.auth.identity.v3:Password
v3token = keystoneclient.auth.identity.v3:Token
v3unscopedsaml = keystoneclient.contrib.auth.v3.saml2:Saml2UnscopedToken
+ v3scopedsaml = keystoneclient.contrib.auth.v3.saml2:Saml2ScopedToken
[build_sphinx]
source-dir = doc/source