billions-afternoon-15090
02/27/2024, 4:55 AMtotp:
config:
issuer: Kratos
chilly-king-10285
02/27/2024, 4:57 AMchilly-king-10285
02/27/2024, 4:57 AMtotp
method to the selfservice/methods
section in the configuration file and specify the issuer. Here's how you can configure it based on the information provided: yaml selfservice: methods: totp: config: # The "issuer" is the name in the TOTP application users see when getting a one-time password. issuer: Kratos enabled: true
This configuration enables TOTP in Kratos, and you specify "Kratos" as the issuer name that users will see in their TOTP application when generating a one-time password. For more detailed instructions on enabling TOTP authentication, you can refer to the [Enabling TOTP authentication](https://www.ory.sh/docs/kratos/mfa/totp#enabling-totp-authentication) section.billions-afternoon-15090
03/04/2024, 3:45 AMchilly-king-10285
03/04/2024, 3:45 AMchilly-king-10285
03/04/2024, 3:45 AM