summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorSteve Martinelli <stevemar@ca.ibm.com>2014-11-15 05:47:32 -0500
committerSteve Martinelli <stevemar@ca.ibm.com>2015-06-17 11:15:03 -0400
commit02f07cfb493b2b81ab4e64d3d674a0ea6af7500b (patch)
tree687d518395efa2a08ae2a4e743fb6fac5bef652d /setup.cfg
parent54d5b1a4cabb9902b79dafc879d49b4f2b84fb72 (diff)
downloadpython-keystoneclient-02f07cfb493b2b81ab4e64d3d674a0ea6af7500b.tar.gz
Add openid connect client support
This patch allows a federated user to obtain an unscoped token by providing login credentials for a keystone identity provider. The current implementation should work with any properly configured openid connect provider. partially implements bp openid-connect Change-Id: Iade52b5c1432d64582cbaa8bac41ac6366c210f9
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 ae374ef..e7aa998 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -34,6 +34,7 @@ keystoneclient.auth.plugin =
v2token = keystoneclient.auth.identity.v2:Token
v3password = keystoneclient.auth.identity.v3:Password
v3token = keystoneclient.auth.identity.v3:Token
+ v3oidcpassword = keystoneclient.contrib.auth.v3.oidc:OidcPassword
v3unscopedsaml = keystoneclient.contrib.auth.v3.saml2:Saml2UnscopedToken
v3scopedsaml = keystoneclient.contrib.auth.v3.saml2:Saml2ScopedToken
v3unscopedadfs = keystoneclient.contrib.auth.v3.saml2:ADFSUnscopedToken