Framework/Configurations/SVT/AAD/AAD.User.json

{
  "FeatureName": "User",
  "Reference": "aka.ms/azsktcp/user",
  "IsMaintenanceMode": false,
  "Controls": [
    {
      "ControlID": "AAD_User_Do_Not_Disable_Password_Expiration",
      "Description": "Do not disable password expiration policy for users",
      "Id": "User110",
      "ControlSeverity": "High",
      "Automated": "Yes",
      "MethodName": "CheckPasswordExpiration",
      "Rationale": "TODO-password-expire.",
      "Recommendation": "Refer: TODO",
      "Tags": [
        "SDL",
        "TCP",
        "Automated",
        "AuthN"
      ],
      "Enabled": true
    },
    {
      "ControlID": "AAD_User_Do_Not_Disable_Strong_Password",
      "Description": "Do not disable strong password policy for users",
      "Id": "User120",
      "ControlSeverity": "High",
      "Automated": "Yes",
      "MethodName": "CheckStrongPassword",
      "Rationale": "TODO-strong-password.",
      "Recommendation": "Refer: TODO",
      "Tags": [
        "SDL",
        "TCP",
        "Automated",
        "AuthN"
      ],
      "Enabled": true
    }
]
}