Relative Content

Tag Archive for javaspringspring-bootspring-securitykeycloak

How to implement Keycloak in spring boot 3.2.7?

I’m writing an application based on microservice architecture on Spring Boot 3.2.7 and I need to implement keycloak in my application to separate the user and admin logic in other microservices. But I dont know how

How to implement Keycloak in spring boot 3.2.7?

I’m writing an application based on microservice architecture on Spring Boot 3.2.7 and I need to implement keycloak in my application to separate the user and admin logic in other microservices. But I dont know how

Keycloak Deploying on Custom Domain

I am developing a SpringBoot app and I am using Keycloak container for auth processes. I have a own domain name so that I want to deploy my project to live. I can figure it out how I can deploy SpringBoot app but I couldn’t find to deploy Keycloak container to custom domain. My question is how can I deploy Keycloak container to live with custom domain? All I found is I have to deploy to kubernetes but after that I couldn’t understand it.