Spring boot and Keycloak

前端 未结 2 445
小蘑菇
小蘑菇 2021-01-27 04:21

I\'m using this example: https://github.com/foo4u/keycloak-spring-demo

I have keycloak.json file in my WEB-INF folder, but when I run my application, I

2条回答
  •  既然无缘
    2021-01-27 04:53

    Even though that's a good and valid example, that dates from 2015. I believe it uses Keycloak 1.2.0 which is completely outdated. There are a set of examples with Spring here. Most of them up to date with the latest changes.

    I suggest taking a look at these examples and read the docs as well.

提交回复
热议问题