removed old form value from fetcher

pull/650/head
Justin Richer 2013-09-10 15:06:38 -04:00
parent deb6c9210e
commit 79c054229f
1 changed files with 0 additions and 1 deletions

View File

@ -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);