little_pinecone
little_pinecone
The issue refers to the [Validation with Spring Boot - the Complete Guide](https://reflectoring.io/bean-validation-with-spring-boot/) post, section `Using the Spring Boot Validation Starter`. I was following the post to implement validation in...
The reason for this PR is the ambiguity regarding the setting of the role name prefix. I've seen many Keycloak-Spring Boot tutorials where the `ROLE_` prefix was explicitly set which...
* replace 'ON' with 'OFF' when specifying the 'Full Scope Allowed' option value that enables changing the default mappings
* update bean declaration example to explicitly show that it should be declared in a class separate to `KeycloakWebSecurityConfigurerAdapter` * add explanation to possible `Circular References` problem in Spring Boot...