November 2017
Intermediate to advanced
542 pages
14h 24m
English
Let's take a look at the following steps:
//src/main/java/com/packtpub/springsecurity/configuration/ SocialConfig.java @Bean public SignInAdapter authSignInAdapter() { return (userId, connection, request) -> { SocialAuthenticationUtils.authenticate(connection); return null; }; }
Read now
Unlock full access