Registry / auth / spring-cloud-starter-oauth2

spring-cloud-starter-oauth2

JSON →
library2.2.5.RELEASEjavamavenunverified

Spring Cloud Starter for OAuth2 provides auto-configuration and dependencies for securing Spring Cloud applications with OAuth2.

<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-oauth2</artifactId> <version>2.2.5.RELEASE</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-CLOUD-START
S
spring-cloud-starter-oauth2
authjavav2.2.5.RELEASE
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

EnableOAuth2Client
org.springframework.cloud.oauth2.config.annotation.web.configuration.EnableOAuth2Client

Enable OAuth2 client support in a Spring Cloud application.

import org.springframework.cloud.oauth2.config.annotation.web.configuration.EnableOAuth2Client; @EnableOAuth2Client public class AppConfig { }
Debug
Known issues
breakingThis starter is deprecated in favor of Spring Security's OAuth2 support.
fix
Migrate to spring-security-oauth2-client and spring-security-oauth2-resource-server.
affects: >=2.2.0.RELEASE
Upgrade
Version history
2.2.5.RELEASElatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Resources
spring-cloud-starter-oauth2 — mvn dependency:get spring-cloud-starter-oauth2 · libregistry