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

package info (click to toggle)
python-keystoneauth1 3.10.0-2%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,860 kB
  • sloc: python: 16,336; xml: 285; makefile: 97
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``.