If at least one authentication plugin is found but no realm configuration is found, the startup is failing during the migration that feed the local column in users table.
"citymodel",
// temporary incompatibility with cobol 3.1
// https://jira.sonarsource.com/browse/MAIF-213
- "maifcobolplugin");
+ "maifcobolplugin",
+
+ // SONAR-7770 Realm plugins cannot be installed as no external configuration is used
+ "crowd","ldap","pam"
+ );
static final Set<String> LICENSED_PLUGINS = Sets.newHashSet(
"abap", "cobol", "cpp", "devcockpit", "governance", "objc", "pli", "plsql", "report", "rpg",