From 60f1d994ee55abf2fc9519a2c77ae93eae0c8456 Mon Sep 17 00:00:00 2001 From: Aleksandar Stojsavljevic Date: Wed, 30 Aug 2023 09:51:27 +0200 Subject: [PATCH] fixed README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d196630..483bf78 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ## Spring Boot Security OAuth2 Example Application ![build status](https://github.com/stojsavljevic/spring-security-oauth2/actions/workflows/maven.yml/badge.svg) -Demonstrates Spring Security 5 OAuth2 configuration for client and resource server. +Demonstrates Spring Security 6 OAuth2 configuration for client and resource server. Uses Keycloak (or GitHub) for authentication. Make sure that Keycloak is properly configured (realm, client, users, roles...). Client needs to have Service Accounts Enabled for client credentials flow.