changed parameter name to match spec change
							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…
	
		Reference in New Issue
	
	 Justin Richer
						Justin Richer