jmix
jmix copied to clipboard
Warn about simultaneous usage of oidc and security-oauth2 starters
The OIDC documentation says that security-oauth2-starter
should be removed from the build.gradle. The problem is that this starter is added automatically when REST API addon is added using Studio. We should at least write some warning to the log when both starters (oidc and security-oauth2) are added to the same project.