updated configuration, confirmed works pending SECOAUTH-299

pull/105/merge
Justin Richer 13 years ago
parent e5eb2e03d8
commit 5657bc8f28

@ -113,6 +113,7 @@ public class DefaultOAuth2ProviderTokenService implements OAuth2TokenEntityServi
// attach the authorization so that we can look it up later
token.setAuthentication(authentication);
// TODO: tie this to the offline_access scope
// attach a refresh token, if this client is allowed to request them
if (client.isAllowRefresh()) {
OAuth2RefreshTokenEntity refreshToken = new OAuth2RefreshTokenEntity(); //refreshTokenFactory.createNewRefreshToken();

@ -1 +1 @@
Subproject commit 2a3e2636d0c85620fbd495b40c5ef8fe11a94eba
Subproject commit 0465c6ebbf301a368d183cb548339a9c7d3fa4df
Loading…
Cancel
Save