File: add-totp-auth-plugin-0650d220899c25b7.yaml

package info (click to toggle)
python-keystoneauth1 5.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,252 kB
  • sloc: python: 23,552; xml: 285; makefile: 93; sh: 2
file content (16 lines) | stat: -rw-r--r-- 621 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
features:
  - >
   [`blueprint totp-auth <https://blueprints.launchpad.net/keystone/+spec/totp-auth>`_]
   Add an auth plugin to handle Time-Based One-Time Password (TOTP)
   authentication via the ``totp`` method. This new plugin will accept the
   following identity options:

   - ``user-id``: user ID
   - ``username``: username
   - ``user-domain-id``: user's domain ID
   - ``user-domain-name``: user's domain name
   - ``passcode``: passcode generated by TOTP app or device

   User is uniquely identified by either ``user-id`` or combination of
   ``username`` and ``user-domain-id`` or ``user-domain-name``.