Skip to content

Files

Latest commit

Nov 17, 2022
89a7145 · Nov 17, 2022

History

History

webmvc-http-security

Spring Security for GraphQL HTTP Endpoint with Spring MVC

  • Spring Security config secures GraphQL HTTP endpoint.
  • Fine-grained, method-level security on SalaryService.
  • AuthenticationException and AccessDeniedException resolved to GraphQL errors.
  • Tests with WebGraphQlTester without a server.