GET,SCIM
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user