You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hey @maslick: You have to specifically put your keycloak.json in /WEB-INF/keycloak.json. This is hard-coded in the adapter. Else you may use the SpringBoot adapter on top of SpringSecurity adapter and set the contents in the properties/yml file (with keycloak prefix).
Hi Thomas, can you help me to setup keycloak for securing my REST apis. So my goal is to secure all APIs in my project, user has to first get token and than he can access any with that token. So flow should be like this if user logging into website via login form and entering email and password so first call should to get access token and than he can log into the website and can access all modules. Using spring boot for this, please guide me to solve this.
Hi, I have created an application using the KeycloakWebSecurityConfigurerAdapter, but is it possible for the adapter to fetch server details from JBoss standalon.xml Subsytem, instead of Keycloak.json?
how does the java app know about your Keycloak server? Do you put keycloak.json to resources (webapp) directory?