Building an Identity Gateway with Spring Cloud Gateway
Learn how to secure microservices by building a secure identity gateway using Spring Cloud Gateway, JWT filters, and OAuth2 protocols.
Part 3 · Microservices Security ArchitectureTag
Read 5 articles on Microservices by Ashish Srivastava — practical guides covering implementation patterns, security, and production lessons.
5 posts
Learn how to secure microservices by building a secure identity gateway using Spring Cloud Gateway, JWT filters, and OAuth2 protocols.
Part 3 · Microservices Security ArchitectureExplore essential gRPC security strategies covering TLS configuration, mTLS implementation, token propagation techniques, and effective interceptor patterns.
Explore the internal mechanics of Keycloak, including its architecture, SPI capabilities, theme system, and data flow patterns for secure identity management.
Part 1 · Keycloak Masterclass SeriesExplore effective patterns and common pitfalls when implementing SAML in microservices, including API gateway configurations and token translation techniques.
Part 10 · SAML Mastery SeriesLearn how to implement the OAuth 2.0 client credentials flow for secure service-to-service communication using Spring Boot OAuth2.
Part 3 · OAuth 2.0 Deep Dive Series