Tag Archives: jwt

Helidon and Spring Boot, Working Together in One Microservices System

Key Takeaways I have been working with a microservices application that includes both Helidon and Spring Boot services. That mix is not unusual. Real systems accumulate useful services over time. Different teams choose different frameworks for good reasons. Some services … Continue reading

Posted in Uncategorized | Tagged , , , , , , , , , , , , | Leave a comment

Building an Authorization Server with Spring Boot 3 and Oracle Database

Hi everyone! In this post I want to show you how to build a small authorization server using Spring Boot, Spring Security, Spring Authorization Server, and Oracle Database. The idea is simple: we want an application that can expose OAuth2/OIDC … Continue reading

Posted in Uncategorized | Tagged , , , , , , | Leave a comment