From ffc7d61555e59a50c7909ac5137c7ffa6cd4dd02 Mon Sep 17 00:00:00 2001 From: TiG Date: Wed, 7 Jul 2021 09:45:12 +0200 Subject: [PATCH] add example for totp apps --- source/guides/two-factor-authentication.rst | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/source/guides/two-factor-authentication.rst b/source/guides/two-factor-authentication.rst index a7a6be8..1902a38 100644 --- a/source/guides/two-factor-authentication.rst +++ b/source/guides/two-factor-authentication.rst @@ -16,8 +16,17 @@ tokens. Smartphone apps (TOTP) ---------------------- -We recommend to use a 2FA application on your phone. Just search for "TOTP" in -the app store of your choice. +We recommend to use a 2FA application on your phone. Just ask your local IT on +suggestions for appropriate apps to be used at your institution. + +.. admonition:: Example + + By the time of writing (June 2021) the MPI for Human Development recommends + its Castellum users to install either `Google Authenticator + `_ + or `andOTP `_ for + Android or `Microsoft Authenticator + `_ on iOS. Most TOTP apps work the same: -- GitLab