flowable / flowable/flowable-engine
no default admin account and no privileges for ui apps created by flowable-ui-idm configuration bootstrap if user table not empty
- Lenguaje dominante
- Java
- Estrellas
- 9.5k
- Forks
- 2.9k
- Merge medio
- 7 h 8 min
- PR fusionados (30 d)
- 2
Descripción
See this discussion in the support forum : https://forum.flowable.org/t/unable-to-login-to-flowable-ui-applications-after-a-fresh-installation/884
If the flowable-rest and flowable-idm applications are connected to the same database and the rest app is bootsrapped first, it will create 3 demo users in the user table, but none of these have privileges to access the ui applications.
If then the idm application is launched it will not create the default admin user account ( https://github.com/flowable/flowable-engine/blob/flowable-6.1.2/modules/flowable-ui-idm/flowable-ui-idm-conf/src/main/java/org/flowable/app/conf/Bootstrapper.java ) and therefore it is not possible to access the ui apps with any of the existing users.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Línea de trabajo
Comienza con modules/flowable-ui-idm/flowable-ui-idm-conf/src/main/java/org/flowable/app/conf/Bootstrapper.java y reproduce el orden de inicio de la base de datos compartida descrito en el issue. Comprueba cómo afectan los usuarios existentes a la creación del bootstrap y a los privilegios de las aplicaciones UI. Se considera terminado cuando una instalación nueva sigue siendo utilizable si flowable-rest crea usuarios antes que flowable-idm.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- java
- Área
- authentication, authorization
- Tipo de issue
- Error
- Dificultad
- 3/5
- Tiempo estimado
- 1-2 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 35/100