bodote
Results
11
issues of
bodote
**Expected Behavior** when this is used: ```java @Bean SecurityFilterChain configure(HttpSecurity http, AuthorizationManager authz) throws Exception { http.oauth2ResourceServer(c -> c.jwt(Customizer.withDefaults())); ``` and a invalid JWT is used to access any Rest...
type: enhancement
in: oauth2