keycloak-react
keycloak-react copied to clipboard
A demo project created to demonstrate how a react project can be secured using a Keycloak server via authorization token.
*If you would like to support these tutorials, you can contribute to my Patreon account
Keycloak React
A demo project created to demonstrate how a react project can be secured using a Keycloak server via authorization token.
Realm configuration and users must be imported from the Spring Keycloak project in the requirements.
Requirements
- Keycloak server 10.0.1
- https://github.com/czetsuya/Spring-Keycloak-with-REST-API
Testing
Functional components: Home, Dashboard, Customers, Documentation
Customer CRUD should be functional too, provided that Keycloak authentication server and Spring backend REST API are running and configured.
Note
- Make sure that you have the same Keycloak client credentials value for the 2 project ands Keycloak server.