
- new exception when an auth receipt is returned. - a new method for auth receipt. - support to existing v3 Auth plugins to add additional methods. - Added a new MultiFactor plugin with loading support which takes method names as strings. Change-Id: Ie6601a50011118e3a07be9752f747c2298ff5230 Closes-Bug: #1839748
11 lines
495 B
YAML
11 lines
495 B
YAML
---
|
|
features:
|
|
- |
|
|
[`bug 1839748 <https://bugs.launchpad.net/keystoneauth/+bug/1839748>`_]
|
|
Keystoneauth now supports MFA authentication and Auth Receipts.
|
|
Responses from Keystone containing and auth receipt will now
|
|
raise a ``MissingAuthMethods`` exception which will contain the
|
|
auth receipt itself, and information about the missing methods.
|
|
There are now also ways to easily do more than one method when
|
|
authenticating to Keystone and those have been documented.
|