| | |
| | | return Jwts.parser().setSigningKey(signingKey).parseClaimsJws(this.token); |
| | | } catch (UnsupportedJwtException | MalformedJwtException | IllegalArgumentException | SignatureException ex) { |
| | | logger.error("Invalid JWT Token", ex); |
| | | throw new BadCredentialsException("Invalid JWT token: ", ex); |
| | | //throw new BadCredentialsException("Invalid JWT token: ", ex); |
| | | } catch (ExpiredJwtException expiredEx) { |
| | | logger.info("JWT Token is expired", expiredEx); |
| | | throw new JwtExpiredTokenException(this, "JWT Token expired", expiredEx); |
| | |
| | | e19-standard=50
|
| | | orgId=5
|
| | | password=123456
|
| | | noFilters=/**/*.css,/**/*.json,/alarm/**,/screen/**,/**/*.jsp,/**/*.js,/**/*.html,/**/*.gif,/**/*.png,/**/*.ico,/machineactivate/**,/mobile/**
|
| | | noFilters=/**/*.css,/**/*.json,/screen/**,/**/*.jsp,/**/*.js,/**/*.html,/**/*.gif,/**/*.png,/**/*.ico,/machineactivate/**,/mobile/**
|
| | | specialOrgIds=-1,5 |