diff --git a/README.md b/README.md index 23a39b6..30bafb4 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This project demonstrates the integration of Spring Boot with Keycloak, a popula **Configure Keycloak:** Set up a Keycloak instance and define a realm, client, and user roles.
**Configure Spring Boot:** Update the Spring Boot application properties to specify the Keycloak realm, client ID, and issuer URI.
**Run Application:** Start the Spring Boot application and verify the integration with Keycloak.
-**Explore Endpoints:** Access the secured endpoints of the RESTful API and observe the Keycloak authentication process. +**Explore Endpoints:** Access the secured endpoints of the RESTful API and observe the Keycloak authentication & authorization process. --- **Contributing:**