** Changed in: keystone
Status: Incomplete => Invalid
--
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):
Invalid
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".
PATCH /v3/users/<user-id>
{
"user": {
"options": {
"multi_factor_auth_rules": [
["password", "totp"]
]
}
}
}
and
PATCH /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
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp