Spring Social と Spring Security を使用してユーザーを認証し、Web アプリでローカル アカウントを自動的に作成しています。認証用に OAuth2 を提供するにはどうすればよいscope
ですか?
spring-social-samplesでは、どこに行くべきかわかりませんscope
。
<bean id="socialAuthenticationFilter" class="org.springframework.social.security.SocialAuthenticationFilter"
c:_0-ref="authenticationManager"
c:_1-ref="userIdSource"
c:_2-ref="usersConnectionRepository"
c:_3-ref="connectionFactoryLocator"
p:signupUrl="/spring-social-showcase/signup"
p:rememberMeServices-ref="org.springframework.security.web.authentication.rememberme.TokenBasedRememberMeServices#0" />
<bean id="socialAuthenticationProvider" class="org.springframework.social.security.SocialAuthenticationProvider"
c:_0-ref="usersConnectionRepository"
c:_1-ref="socialUsersDetailService" />
の特定の使用例は、ユーザーが Facebook で認証され、ローカル アカウントを作成するためscope
にユーザーの Facebook メール ( ) を取得できるようにすることです。scope="email"