From e621d11cdf70a2d608cbf86fe52e3cbfd2a8e5ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Wacongne?= Date: Fri, 22 Nov 2024 14:46:49 -1000 Subject: [PATCH] Update README.MD --- README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 5104a2e33..9e2d20e8a 100644 --- a/README.MD +++ b/README.MD @@ -9,7 +9,7 @@ Give a try to the new [`spring-addons-starter-rest`](https://github.com/ch4mpy/s ## [`spring-addons-starter-oidc`](https://github.com/ch4mpy/spring-addons/tree/master/spring-addons-starter-oidc) -`spring-boot-starter-oauth2-client` and `spring-boot-starter-resource-server` are super useful when configuring a Spring application. But their defaults rarely satisfy a production use-case and we almost always need to write the `Security(Web)FilterChain` in application code, which can be a verbose, complicated, and error-prone task. +`spring-boot-starter-oauth2-client` and `spring-boot-starter-resource-server` defaults rarely satisfy a production use-case and we almost always need to write the `Security(Web)FilterChain` in application code, which can be a verbose, complicated, and error-prone task. `spring-addons-starter-oidc` builds on top of _"offical"_ starters to significantly reduce the need for security configuration code. It even brings it down to 0 in most cases.