Hi,
I’m using Spring Boot with the flowable-spring-boot-starter-basic dependency. I would also like to use Spring Security. So I added the flowable-spring-boot-starter-security dependency and would like to know how the IdentityService interacts with Spring Security?
I have seen that they have just added the IdentityServiceUserDetailsService.java on github.
Am I right that this already uses the IdentityService and that I have nothing to configure?
Thanks