sentinel不能监控oauth2生成token的流量
Open
area/integrations
kind/question
- Dominant language
- Java
- Stars
- 23.1k
- Forks
- 8.1k
- PR merge metrics
- No merged PRs in 30d
Description
springframework.security.oauth2 里面的注解@FrameworkEndpoint
@RequestMapping(value = "/oauth/token", method=RequestMethod.POST)
public ResponseEntity postAccessToken(Principal principal, @RequestParam
Map parameters) throws HttpRequestMethodNotSupportedException {
Contributor guide
Research direction
Start by reproducing a POST request to /oauth/token at the Spring Security OAuth2 @FrameworkEndpoint shown in the issue, then inspect how Sentinel observes this endpoint. Confirm that traffic generating OAuth2 access tokens is visible to Sentinel monitoring; the issue does not name a source file or test to run.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring
- Domain
- authentication, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100