Update config
parent
df96559693
commit
8ecc970f73
|
@ -154,6 +154,7 @@ public class OAuth2ServerConfiguration {
|
||||||
public void configure(AuthorizationServerEndpointsConfigurer endpoints) throws Exception {
|
public void configure(AuthorizationServerEndpointsConfigurer endpoints) throws Exception {
|
||||||
endpoints.tokenStore(tokenStore)
|
endpoints.tokenStore(tokenStore)
|
||||||
.authorizationCodeServices(authorizationCodeServices)
|
.authorizationCodeServices(authorizationCodeServices)
|
||||||
|
.userDetailsService(userDetailsService)
|
||||||
.userApprovalHandler(userApprovalHandler())
|
.userApprovalHandler(userApprovalHandler())
|
||||||
.authenticationManager(authenticationManager);
|
.authenticationManager(authenticationManager);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue