GET,SCIM

This commit is contained in:
MaxKey
2021-11-18 12:10:23 +08:00
parent 7270a1fc1c
commit 0ad7934768
5 changed files with 4 additions and 4 deletions

View File

@@ -79,7 +79,7 @@ public class TokenEndpoint extends AbstractEndpoint {
private OAuth2RequestValidator oAuth2RequestValidator = new DefaultOAuth2RequestValidator();
private Set<HttpMethod> allowedRequestMethods = new HashSet<HttpMethod>(Arrays.asList(HttpMethod.POST));
private Set<HttpMethod> allowedRequestMethods = new HashSet<HttpMethod>(Arrays.asList(HttpMethod.POST,HttpMethod.GET));
/**
* must use HTTP POST Method to get token