apifest / apifest-oauth20

ApiFest OAuth 2.0 Server - API security. The ApiFest OAuth 2.0 Server Java implementation of OAuth 2.0 protocol
http://apifest.com
69 stars 44 forks source link

When DELETE a scope that is already assigned to a client application, return 400 Bad Request #49

Open rossitsaborissova opened 9 years ago

rossitsaborissova commented 9 years ago

Currently, the HTTP Status code returned is 200 OK instead of 400 Bad Request.