From d53c32908f6ae613593a7d5a96fa05a979f5e0ed Mon Sep 17 00:00:00 2001 From: Maduranga Siriwardena Date: Mon, 25 Sep 2023 11:47:08 +0530 Subject: [PATCH] Enable new email otp authenticator --- ...ation.authentication.framework.server.feature.default.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features/authentication-framework/org.wso2.carbon.identity.application.authentication.framework.server.feature/resources/org.wso2.carbon.identity.application.authentication.framework.server.feature.default.json b/features/authentication-framework/org.wso2.carbon.identity.application.authentication.framework.server.feature/resources/org.wso2.carbon.identity.application.authentication.framework.server.feature.default.json index 7d848d3ea173..580384cf3dad 100644 --- a/features/authentication-framework/org.wso2.carbon.identity.application.authentication.framework.server.feature/resources/org.wso2.carbon.identity.application.authentication.framework.server.feature.default.json +++ b/features/authentication-framework/org.wso2.carbon.identity.application.authentication.framework.server.feature/resources/org.wso2.carbon.identity.application.authentication.framework.server.feature.default.json @@ -219,6 +219,10 @@ "authentication.authenticator.iwa_kerberos.name": "IWAKerberosAuthenticator", "authentication.authenticator.iwa_kerberos.parameters.Tags": "Enterprise", + "authentication.authenticator.email_otp_local.name": "email-otp-authenticator", + "authentication.authenticator.email_otp_local.enable": true, + "authentication.authenticator.email_otp_local.parameters.Tags": "Passwordless,MFA", + "account_recovery.endpoint.auth.name":"dashboard", "account_recovery.endpoint.auth.hash":"66cd9688a2ae068244ea01e70f0e230f5623b7fa4cdecb65070a09ec06452262",