Example of usage Keycloak idp with Spring framework (not spring boot) and tomcat
- Open your keycloak's administration console and setup your realm & client
- Go to your client -> Installation and download Keycloak OIDC JSON file. Put this file to WEB-INF folder (replace my one)
mvn war:war
and deploy war file to your tomcat
- Keycloak - 3.4.0-Final
- Spring Framework - 5.0.0-RELEASE
- Tomcat - 7.0.82
- Maven