removed old form value from fetcher

pull/650/head
Justin Richer 11 years ago
parent deb6c9210e
commit 79c054229f

@ -41,7 +41,6 @@ public class UserInfoFetcher {
MultiValueMap<String, String> form = new LinkedMultiValueMap<String, String>();
form.add("access_token", token.getAccessTokenValue());
form.add("schema", "openid");
String userInfoString = restTemplate.postForObject(token.getServerConfiguration().getUserInfoUri(), form, String.class);

Loading…
Cancel
Save