← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1852547] [NEW] User options multi_factor_auth_rules and multi_factor_auth_enabled give 501 The action you have requested has not been implemented error

 

Public bug reported:

I am trying to setup MFA. I am going through this doc -
https://docs.openstack.org/keystone/latest/admin/multi-factor-
authentication.html.

While trying to set the user options multi_factor_auth_rules and
multi_factor_auth_enabled, I am getting 500 "The action you have
requested has not been implemented error".

POST /v3/users/<user-id>

{
    "user": {
        "options": {
            "multi_factor_auth_rules": [
                ["password", "totp"]
            ]
        }
    }
}

and

POST /v3/users/<user-id>

{
    "user": {
        "options": {
            "multi_factor_auth_enabled": true
        }
    }
}

** Affects: keystone
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1852547

Title:
  User options multi_factor_auth_rules and multi_factor_auth_enabled
  give 501 The action you have requested has not been implemented error

Status in OpenStack Identity (keystone):
  New

Bug description:
  I am trying to setup MFA. I am going through this doc -
  https://docs.openstack.org/keystone/latest/admin/multi-factor-
  authentication.html.

  While trying to set the user options multi_factor_auth_rules and
  multi_factor_auth_enabled, I am getting 500 "The action you have
  requested has not been implemented error".

  POST /v3/users/<user-id>

  {
      "user": {
          "options": {
              "multi_factor_auth_rules": [
                  ["password", "totp"]
              ]
          }
      }
  }

  and

  POST /v3/users/<user-id>

  {
      "user": {
          "options": {
              "multi_factor_auth_enabled": true
          }
      }
  }

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1852547/+subscriptions


Follow ups