A simple SSO implementation using Spring Security 5 and Boot.
Also find me here:
Baeldung Author
Sampada Wagde
I am a software professional with more than 13 years of industry experience in the financial services sector. Driven by the quest to learn, I am a researcher at heart who believes in leading by example. When not glued to my laptop coding or reading/writing articles, I can be found glued to my laptop watching a movie. Outside of a computer, I immerse myself in fiction and music. But most of the time, I relish playing parent to a toddler and two dogs.
Here's what I've written (so far):
Baeldung on Java
- All
- Spring Security (7)
- Spring (5)
- Java (3)
- Security (2)
- REST (2)
- Jakarta EE (2)
- Core Java (2)
- NoSQL (1)
- Networking (1)
- Java IO (1)
- HTTP Client-Side (1)
- Algorithms (1)
Logout in an OAuth Secured Application
Filed under Spring Security
A practical deep-dive into how to implement logout in a Spring Security OAuth2 application with JWT.
OAuth2 for a Spring REST API – Handle the Refresh Token in Angular
Filed under Spring Security
Have a look at how to refresh a token using the Spring Security 5 OAuth stack and leveraging a Zuul proxy.
Spring REST API + OAuth2 + Angular
Filed under REST, Spring Security
Learn how to set up OAuth2 for a Spring REST API using Spring Security 5 and how to consume that from an Angular client.