Welcome to the Spring Authorization Server workshop!
To prepare for the workshop, perform the following steps ahead of time:
-
Clone this repository:
git clone https://github.com/sjohnr/oauth2-workshop.git && cd oauth2-workshop
-
Download dependencies so they are cached:
./gradlew check -x test
or
./mvnw package -DskipTests
You are now ready to begin the workshop!
This workshop is based on previous workshops and talks, which are available in separate branches of this repository.
-
Spring Security and OAuth 2.0: Step-by-Step (main, solution) - SpringOne 2023
-
Building Modern Apps with OAuth2 and Spring (ojug) - Omaha Java User Group
-
What’s New in Spring Authorization Server 1.3 (springone-2024) - SpringOne 2024