Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4mpy authored Nov 28, 2024
1 parent 5104291 commit c678c7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/webflux-jwt-default/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Reactive Resource Server With JWT Decoder Using `spring-addons-webflux-jwt-resource-server`
# Reactive Resource Server With JWT Decoder Using `spring-addons-starter-oidc`
In this sample, we use a thin wrapper around `spring-boot-starter-oauth2-resource-server` to configure a Spring Boot 3 reactive (WebFlux) resource server using almost only application properties.

## 0. Disclaimer
Expand Down Expand Up @@ -102,7 +102,7 @@ Really nothing special there, just standard Spring components with method securi
Source code contains unit and integration testing for all access control rules. This covers `@Controller` off course, but also `@Service` and `@Repository` (the later two being impossible with OAuth2 and just `spring-security-test`). Make sure you give it an eye.

## 6. Conclusion
In this sample, we used `spring-addons-webflux-jwt-resource-server`, a thin wrapper around `spring-boot-starter-oauth2-resource-server`, to configure a reactive (WebFlux) Spring Boot 3 resource server using possibly only application properties with:
In this sample, we used `spring-addons-starter-oidc`, in addition to `spring-boot-starter-oauth2-resource-server`, to configure a reactive (WebFlux) Spring Boot 3 resource server using possibly only application properties with:
- stateless session management
- disabled CSRF (because of disabled sessions)
- multi-tenancy (accept identities from several trusted OIDC Providers)
Expand Down

0 comments on commit c678c7d

Please sign in to comment.