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
This commit is contained in:
parent
aac0d588bd
commit
ec903a1f09
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user