# Keycloak not taking effect on spring boot

**URL:** https://forum.keycloak.org/t/keycloak-not-taking-effect-on-spring-boot/4699
**Category:** Miscellanaeous
**Created:** [September 3, 2020, 11:00pm UTC](https://forum.keycloak.org/t/keycloak-not-taking-effect-on-spring-boot/4699 "2020-09-03T23:00:10Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![wallyson](https://avatars.discourse-cdn.com/v4/letter/w/43a26b/32.png) [@wallyson](https://forum.keycloak.org/u/wallyson)
#### Post date: [September 3, 2020, 11:00pm UTC](https://forum.keycloak.org/t/keycloak-not-taking-effect-on-spring-boot/4699/1 "2020-09-03T23:00:10Z")

</div>

I’m following all the code on [keycloak spring boot example repo](https://github.com/keycloak/keycloak-quickstarts/tree/latest/app-authz-rest-springboot) but, no matter what I do, keycloak doesn’t seem to protect the resource I configured it to. There’s no error, nothing. When I call my “protected” endpoint it just passes through.

I created a demo project on spring boot, so there’s not much code to be shown. I’m using spring 2.3.3.

I’d like to know if anyone passed any similar issue.

Thanks !
