Registry / auth / spring-social-security

spring-social-security

JSON →
library1.1.6.RELEASEjavamavenunverified

Spring Social Security integrates Spring Social with Spring Security to provide authentication and authorization for social login providers.

<dependency> <groupId>org.springframework.social</groupId> <artifactId>spring-social-security</artifactId> <version>1.1.6.RELEASE</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-SOCIAL-SECU
S
spring-social-security
authjavav1.1.6.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.

SpringSocialConfigurer
org.springframework.social.security.SpringSocialConfigurer

Configures Spring Social with Spring Security using SpringSocialConfigurer.

import org.springframework.social.security.SpringSocialConfigurer; @Configuration @EnableSocial public class SocialConfig extends SocialConfigurerAdapter { @Override public void addAuthenticationProviders(AuthenticationManagerBuilder auth) { auth.apply(new SpringSocialConfigurer()); } }
Debug
Known issues
breakingSpring Social is no longer actively maintained; consider using Spring Security OAuth2 or Spring Boot social login.
fix
Migrate to Spring Security OAuth2 client support for social login.
affects: >=1.1.0
Upgrade
Version history
1.1.6.RELEASElatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
OpenAI (training)
1
Resources