diff options
| author | Steve Martinelli <stevemar@ca.ibm.com> | 2015-06-11 03:42:07 -0400 |
|---|---|---|
| committer | Steve Martinelli <stevemar@ca.ibm.com> | 2015-06-11 03:42:07 -0400 |
| commit | ec903a1f093325b9285ac028c4356fc3a5838ef3 (patch) | |
| tree | 0faf4ff6bdeb89ed432976aea3f6bc906c46863f /openstackclient | |
| parent | aac0d588bd83b51cd2f4b36b22741497fb39d79f (diff) | |
| download | python-openstackclient-ec903a1f093325b9285ac028c4356fc3a5838ef3.tar.gz | |
Add oidc plugin for listing federation projects
the oidc plugin should be included in the list of valid federation
protocols that can leverage `federation project list`
Change-Id: I3f5c5ab262c7097273716a81618a2dcbb159dd6f
Diffstat (limited to 'openstackclient')
| -rw-r--r-- | openstackclient/identity/v3/unscoped_saml.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openstackclient/identity/v3/unscoped_saml.py b/openstackclient/identity/v3/unscoped_saml.py index affbaf3a..9b158b67 100644 --- a/openstackclient/identity/v3/unscoped_saml.py +++ b/openstackclient/identity/v3/unscoped_saml.py @@ -25,7 +25,7 @@ from openstackclient.common import exceptions from openstackclient.common import utils -UNSCOPED_AUTH_PLUGINS = ['v3unscopedsaml', 'v3unscopedadfs'] +UNSCOPED_AUTH_PLUGINS = ['v3unscopedsaml', 'v3unscopedadfs', 'v3oidc'] def auth_with_unscoped_saml(func): |
