rapid-river-3747
02/04/2025, 10:10 AMbrief-egg-61061
02/04/2025, 10:10 AMbrief-egg-61061
02/04/2025, 10:11 AMyaml selfservice: methods: totp: config: issuer: <http://ExampleIssuerForSelfHosted.com|ExampleIssuerForSelfHosted.com> enabled: true
Similarly, you can enable WebAuthn and Lookup Secrets by adding their respective configurations to the selfservice.methods
section of your Kratos configuration file. It's important to note that while MFA can be configured for self-hosted Ory Kratos, some advanced features like SMS-based MFA might require additional setup or integration with external services. For more detailed information on configuring specific MFA methods, you can refer to the following documentation: - [Time-based one-time passwords (TOTP)](https://www.ory.sh/docs/kratos/mfa/totp) - [WebAuthn and FIDO2 (YubiKey)](https://www.ory.sh/docs/kratos/mfa/webauthn-fido-yubikey) - [Lookup Secrets (Recovery Codes)](https://www.ory.sh/docs/kratos/mfa/lookup-secrets) These guides provide step-by-step instructions for enabling and configuring each MFA method in your self-hosted Ory Kratos instance.