Sonarqube 7.9.1 is not starting up with sonar-crowd 2.1.3

Hi,
I have the same problem with the same version of this plugin.
crowd-plugins.2.1.3
Sonarqube 7.9.1

2020.01.23 14:56:01 INFO  web[][c.a.c.s.c.ClientPropertiesImpl] Loading property: 'application.name' : 'sonar-prod'
2020.01.23 14:56:01 INFO  web[][c.a.c.s.c.ClientPropertiesImpl] Failed to find value for property: application.login.url
2020.01.23 14:56:01 INFO  web[][c.a.c.s.c.ClientPropertiesImpl] Loading property: 'session.tokenkey' : 'session.tokenkey'
2020.01.23 14:56:01 INFO  web[][c.a.c.s.c.ClientPropertiesImpl] Loading property: 'session.lastvalidation' : 'session.lastvalidation'
2020.01.23 14:56:01 INFO  web[][c.a.c.s.c.ClientPropertiesImpl] Loading property: 'session.validationinterval' : '1'
2020.01.23 14:56:01 INFO  web[][c.a.c.s.c.ClientPropertiesImpl] Failed to find value for property: cookie.domain
2020.01.23 14:56:02 ERROR web[][o.s.s.p.Platform] Background initialization failed. Stopping SonarQube
org.sonar.api.utils.SonarException: Security realm fails to start: The application is not permitted to perform the requested operation on the crowd server
	at org.sonar.server.user.SecurityRealmFactory.start(SecurityRealmFactory.java:93)
	at org.sonar.core.platform.StartableCloseableSafeLifecyleStrategy.start(StartableCloseableSafeLifecyleStrategy.java:40)
	at org.picocontainer.injectors.AbstractInjectionFactory$LifecycleAdapter.start(AbstractInjectionFactory.java:84)
	at org.picocontainer.behaviors.AbstractBehavior.start(AbstractBehavior.java:169)
	at org.picocontainer.behaviors.Stored$RealComponentLifecycle.start(Stored.java:132)