Comment 5 for bug 1582774

Revision history for this message
Jamie Lennox (jamielennox) wrote : Re: OidcPassword auth plugin should accept scope parameters

So this is because openstackclient makes assumptions about the authenticatino options required when the plugin ends in password. I think the assumption there was this would catch the v2 v3 and generic password plugins but is also catching oidc password.

The OIDC plugin should accept the options that it present in its get_options field and if OSC passes it more than that it's a bug. This will hopefully get cleaned up as OSC moves towards os-client-config and keystoneauth.