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
This commit is contained in:
@@ -37,6 +37,7 @@ keystoneclient.auth.plugin =
|
|||||||
v3password = keystoneclient.auth.identity.v3:Password
|
v3password = keystoneclient.auth.identity.v3:Password
|
||||||
v3token = keystoneclient.auth.identity.v3:Token
|
v3token = keystoneclient.auth.identity.v3:Token
|
||||||
v3unscopedsaml = keystoneclient.contrib.auth.v3.saml2:Saml2UnscopedToken
|
v3unscopedsaml = keystoneclient.contrib.auth.v3.saml2:Saml2UnscopedToken
|
||||||
|
v3scopedsaml = keystoneclient.contrib.auth.v3.saml2:Saml2ScopedToken
|
||||||
|
|
||||||
[build_sphinx]
|
[build_sphinx]
|
||||||
source-dir = doc/source
|
source-dir = doc/source
|
||||||
|
Reference in New Issue
Block a user