Core OAuth2 support for Spring Security, including client and resource server abstractions.
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-oauth2-core</artifactId>
<version>7.0.5</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to retrieve an OAuth2 authorized client and its access token.
Check migration guide from Spring Security 6.x to 7.x.
No dependency data recorded yet.