Reputation: 438
I have given all the roles,permissions,resources and policies in key cloak console.But why do I have to give roles and resources again in application.properties.If i don't give those in application.properties,all the resources are accessible.So,what actually do i have to mention in application.properties.
Upvotes: 1
Views: 510
Reputation: 224
The error is because you have used a lower version of spring boot.You must have spring boot 2.0 or above for integrating with keycloak.
Upvotes: 1