From 6f496b5ec3c720ddad0fb2e2893a8962cdc44929 Mon Sep 17 00:00:00 2001 From: dewniMW Date: Thu, 18 Apr 2024 16:59:39 +0530 Subject: [PATCH] Add Passwordless tag to MagicLinkAuthenticator --- ...lication.authentication.framework.server.feature.default.json | 1 + 1 file changed, 1 insertion(+) 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 383596607e42..01abb8b60dd4 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 @@ -133,6 +133,7 @@ "authentication.authenticator.magiclink.name": "MagicLinkAuthenticator", "authentication.authenticator.magiclink.enable": true, "authentication.authenticator.magiclink.ExpiryTime": "300", + "authentication.authenticator.magiclink.parameters.Tags": "Passwordless", "authentication.authenticator.mobile_connect.name": "MobileConnectAuthenticator", "authentication.authenticator.mobile_connect.enable": true,