changed parameter name to match spec change

pull/59/head
Justin Richer 13 years ago
parent 5fe036878a
commit 826be5a1a1

@ -25,7 +25,7 @@ public class CheckIDEndpoint {
private ConfigurationPropertiesBean configBean;
@RequestMapping("/checkid")
public ModelAndView checkID(@RequestParam("id_token") String tokenString, ModelAndView mav, HttpServletRequest request) {
public ModelAndView checkID(@RequestParam("auth_token") String tokenString, ModelAndView mav, HttpServletRequest request) {
if (!jwtSignerService.validateSignature(tokenString)) {
// can't validate

Loading…
Cancel
Save