首页 > 解决方案 > Keycloak configuration in application.properties for spring boot

问题描述

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.

evaluation in keycloak

application.properties

permissions for resources

is it necessary to give keycloak.json in application? what are all the things to be configured in application?

标签: springspring-bootkeycloak

解决方案


It is not necessary to keycloak.json.But you have to use spring boot version 2.0 and above.That will work.


推荐阅读