From ec903a1f093325b9285ac028c4356fc3a5838ef3 Mon Sep 17 00:00:00 2001 From: Steve Martinelli Date: Thu, 11 Jun 2015 03:42:07 -0400 Subject: 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 --- openstackclient/identity/v3/unscoped_saml.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstackclient') 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): -- cgit v1.2.1