In this tutorial, we implement the OAuth2 Backend for Frontend (BFF) pattern with Spring Cloud Gateway and spring-addons.
Also find me here:
Baeldung Author
Jérôme Wacongne
Passionate developer and opensourcer. Over the Last few years, I put quite some efforts into easing Spring Boot OAuth2 applications unit testing and auto-configuration. The result is available from Github (and maven-central).
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Security (2)
- Testing (1)
- Spring Cloud (1)
- Spring Boot (1)
- Security (1)
Testing Spring OAuth2 Access-Control
Filed under Spring Security, Testing
Explore options for testing Spring OAuth2 access control rules with mocked identities.
A Quick Guide to OAuth2 With Spring Boot And Keycloak
Filed under Security, Spring Boot
Learn how to configure a Keycloak server and use it with a Spring Boot Application.