diff --git a/distribution/examples/security/oauth2/api/rest.http b/distribution/examples/security/oauth2/api/rest.http index 5eefdbf58b..9f0d9486c5 100644 --- a/distribution/examples/security/oauth2/api/rest.http +++ b/distribution/examples/security/oauth2/api/rest.http @@ -2,11 +2,7 @@ POST http://localhost:7007/oauth2/token Content-Type: application/x-www-form-urlencoded -grant_type=password - &username=john - &password=password - &client_id=abc - &client_secret=def +grant_type=password&username=john&password=password&client_id=abc&client_secret=def # Execute the POST request above. You should be a response like that: #