Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 916 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 916 Bytes

License: GPL v3

*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

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.