From 5f6cadf1efe824992cda0aaddd4e5cea086dbcac Mon Sep 17 00:00:00 2001 From: Shyaka L Tresor Date: Thu, 21 Mar 2024 17:03:59 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:**