I'd like to move away from the keycloak adapters as they will be deprecated in the long run. Unfortunately I cannot figure out how to do this after >1d of work. I created a minimal not working example here. I have the issue that
- The Login with OAuth 2.0 page is empty although everything is present in the application.yaml
- I'd like to get automatically redirected to Keycloak. Just like the normal adapter.
The minimal working example contains an endpoint /hello that is secured by spring boot security. The goal is to authenticate with Keycloak and then navigate to this url. If this configuration also works in applications like Postman that would be awesome.
Here are pictures of the keycloak configuration (It worked previously with the adapter):
Update: I managed to get the resource server working but the client seems to be inactive.