From 8491ec740c56e551167cc2dd3fe9da7439b45b07 Mon Sep 17 00:00:00 2001 From: Thomas Naunheim Date: Sun, 6 Oct 2024 19:21:31 +0200 Subject: [PATCH] Updated value for AM02 --- config/EidscaConfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/EidscaConfig.json b/config/EidscaConfig.json index b0b17fc..67f75d2 100644 --- a/config/EidscaConfig.json +++ b/config/EidscaConfig.json @@ -1280,9 +1280,9 @@ "SkipCondition": "$EnabledAuthMethods -notcontains 'MicrosoftAuthenticator'", "SkipReason": "Authentication method of Microsoft Authenticator is not enabled.", "CurrentValue": "isSoftwareOathEnabled", - "DefaultValue": "enabled", - "RecommendedValue": "enabled", - "Recommendation": "enabled", + "DefaultValue": "true", + "RecommendedValue": "true", + "Recommendation": "true", "Severity": "High", "MitreTactic": [], "MitreTechnique": [],