Problem running Flowable UI with Keycloak setup

Hello, thank you for your response. Based on your input, I was able to successfully get flowable-ui running. The issue was resolved by modifying the following section in the pom.xml file of flowable-ui-parent:

        <dependency>
            <groupId>org.springframework.security</groupId>
            <artifactId>spring-security-bom</artifactId>
            <version>${spring.security.version}</version>
            <type>pom</type>
            <scope>import</scope>
        </dependency>

After making this change, I rebuilt the package, and the application started successfully.

However, after logging in, I encountered another error:

I will investigate this issue further, and if necessary, I will open a new thread in the forum.

Thanks for your help!