https://github.com/sebastian4j/spring-keycloak
spring boot y keycloak
https://github.com/sebastian4j/spring-keycloak
java keycloak microservice spring-boot
Last synced: 9 months ago
JSON representation
spring boot y keycloak
- Host: GitHub
- URL: https://github.com/sebastian4j/spring-keycloak
- Owner: sebastian4j
- Created: 2019-05-31T22:08:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-02T05:24:06.000Z (almost 7 years ago)
- Last Synced: 2025-05-28T07:43:11.191Z (10 months ago)
- Topics: java, keycloak, microservice, spring-boot
- Language: Java
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring boot + React + Keycloak
Este proyecto está formado por 3 componentes:
- Spring boot en el backend ([https://github.com/sebastian4j/spring-keycloak/tree/master/sb-keycloak](https://github.com/sebastian4j/spring-keycloak/tree/master/sb-keycloak))
- React para la vista ([https://github.com/sebastian4j/react/tree/master/keycloak-react](https://github.com/sebastian4j/react/tree/master/keycloak-react))
- Keycloak para la seguridad ([https://github.com/sebastian4j/vertx-keycloak-jwt](https://github.com/sebastian4j/vertx-keycloak-jwt), [https://github.com/sebastian4j/demo-microprofile-starter](https://github.com/sebastian4j/demo-microprofile-starter))
### Configuración:
* En Keycloak en necesario crear el Realm llamado sso
* Luego crear un cliente llamado cliente-uno para react junto con la configuración de las url de acceso
* Y un cliente cliente-dos para spring boot junto con la configuración de las url de acceso
* Crear el grupo user
* También un usuario que esté asociado al grupo user
### Enlace al blog:
https://javasofias.blogspot.com/2019/06/spring-boot-spring-security-react.html