Get Started with Spring: Security and Identity Management
Published on November 19, 2021New to Spring and Auth0 by Okta?
Spring is a web framework built on the Servlet API that follows the Model-View-Controller design pattern. The web framework can leverage Spring Security to help developers build applications that are secure by design. Spring Security is a powerful and highly customizable authentication and access-control framework. You can integrate the Auth0 Identity Platform with Spring Security features to deliver a balance between security, privacy, and convenience to your users.
Auth0 handles billions of login transactions each month. That's only possible because Auth0 is committed to solving complex identity problems by empowering developers with tools that meet their unique security needs and requirements.
Quickstarts
Spring Interactive Quickstart
This interactive guide demonstrates how to integrate Auth0 with any new or existing Spring Boot 3 web application.Spring Web App: Authentication
This document demonstrates how to integrate Auth0 with any new or existing Spring Boot 3 web application.