Browse Source

Update config

2.0.0
monkeyk7 7 years ago
parent
commit
8ecc970f73
  1. 1
      src/main/java/com/monkeyk/sos/config/OAuth2ServerConfiguration.java

1
src/main/java/com/monkeyk/sos/config/OAuth2ServerConfiguration.java

@ -154,6 +154,7 @@ public class OAuth2ServerConfiguration {
public void configure(AuthorizationServerEndpointsConfigurer endpoints) throws Exception {
endpoints.tokenStore(tokenStore)
.authorizationCodeServices(authorizationCodeServices)
.userDetailsService(userDetailsService)
.userApprovalHandler(userApprovalHandler())
.authenticationManager(authenticationManager);
}

Loading…
Cancel
Save