removed old form value from fetcher
parent
29d1c7d54a
commit
c3b90b9d71
|
@ -41,7 +41,6 @@ public class UserInfoFetcher {
|
||||||
|
|
||||||
MultiValueMap<String, String> form = new LinkedMultiValueMap<String, String>();
|
MultiValueMap<String, String> form = new LinkedMultiValueMap<String, String>();
|
||||||
form.add("access_token", token.getAccessTokenValue());
|
form.add("access_token", token.getAccessTokenValue());
|
||||||
form.add("schema", "openid");
|
|
||||||
|
|
||||||
String userInfoString = restTemplate.postForObject(token.getServerConfiguration().getUserInfoUri(), form, String.class);
|
String userInfoString = restTemplate.postForObject(token.getServerConfiguration().getUserInfoUri(), form, String.class);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue