VOOZH about

URL: https://www.javacodegeeks.com/tag/spring-security

⇱ Spring Security Archives - Java Code Geeks


  • Enterprise Java👁 spring-interview-questions-answers
    Omozegie AziegbeMay 28th, 2026
    0 146

    Understanding OAuth 2.0 Token Exchange

    In modern software architectures, especially microservices-based systems, authentication is no longer a simple “login once, use everywhere” problem. A single…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraMay 27th, 2026
    0 209

    A Complete Guide to MFA in Spring Security 7

    Multi-Factor Authentication (MFA) is a security mechanism that requires users to verify their identity using multiple authentication methods before gaining…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Eleftheria DrosopoulouApril 27th, 2026
    0 426

    OAuth 2.1 and the Death of Implicit Flow: What Every Java Developer Building Auth Needs to Update

    OAuth 2.1 consolidates years of security best practices and formally retires the implicit grant, the resource owner password credentials grant,…

    Read More »
  • Enterprise Java👁 Image
    Omozegie AziegbeSeptember 29th, 2025
    0 544

    MCP Authorization With Spring AI and OAuth2

    As AI systems evolve, integrating external tools securely has become a critical concern. MCP (Model Context Protocol) enables AI applications…

    Read More »
  • DevOps👁 Image
    Eleftheria DrosopoulouSeptember 16th, 2025
    0 404

    Securing Java from the Start: Top DevSecOps Practices for Your Codebase

    In today’s fast-paced software world, security can no longer be an afterthought. Java remains one of the most widely used…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Yatin BatraAugust 26th, 2025
    0 475

    Spring AI MCP Servers OAuth2 Example

    The Model Context Protocol (MCP) allows AI models to securely access external data and tools. Let us delve into understanding…

    Read More »
  • Enterprise Java👁 Image
    Yatin BatraAugust 15th, 2025
    0 802

    Kafka Security with SASL/PLAIN Authentication

    Kafka is a distributed streaming platform widely used for building real-time data pipelines and streaming applications. Security is a critical…

    Read More »
  • Enterprise Java👁 spring-interview-questions-answers
    Yatin BatraJuly 25th, 2025
    0 1,531

    Spring Authorization Server with Redis Integration

    Spring Authorization Server is a powerful framework for implementing OAuth2 and OpenID Connect compliant Authorization Servers in a Spring Boot…

    Read More »
  • Enterprise Java👁 Image
    Omozegie AziegbeJuly 22nd, 2025
    0 914

    Simulate OAuth2 SSO in Spring Using MockMvc and WireMock

    Testing Spring Boot applications secured with OAuth2 Single Sign-On (SSO) can be difficult, especially when authentication relies on an external…

    Read More »
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • 10
  • ...
  • Last
Back to top button
Close