Skip to content
Snippets Groups Projects
Commit 110480e5 authored by Oliver Bartsch's avatar Oliver Bartsch Committed by Georg Ringer
Browse files

[TASK] Show otpauth URL next to shared secret

The MFA TOTP provider is based on a shared secret. Therefore,
to set this provider up, the secret has to be exchanged between
TYPO3 and the corresponding OTP application or device.

This can either be done by:

* Scanning the QR code
* Entering the shared secret directly

While the shared secret does not contain any additional data,
the QR code contains the so-called otpauth URL, a common URI
scheme, accepted by most OTP applications. This URL features
additional information like the issuer and the related account.

To improve the usability, the user is now able to also access
this URL directly through a new modal with further explanation.

Resolves: #93666
Releases: master
Change-Id: I27dc805bcca7aeb29d15a5c20223426999277625
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/68293


Tested-by: default avatarBenjamin Franzke <bfr@qbus.de>
Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
Reviewed-by: default avatarBenjamin Franzke <bfr@qbus.de>
Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
parent 51ccba9d
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment