Skip to content
Snippets Groups Projects
Commit 3647de7f authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

update returned data on security test 24 of test suite

parent 8d371c01
No related branches found
No related tags found
No related merge requests found
Pipeline #9541 passed
...@@ -1101,8 +1101,10 @@ At this documentation you will have all information and related files and exampl ...@@ -1101,8 +1101,10 @@ At this documentation you will have all information and related files and exampl
1. Response to Request of Access Token: 1. Response to Request of Access Token:
1. **400 Bad Request** response. 1. **400 Bad Request** response.
2. body returned must accomplish **AccessTokenErr** data structure, with: 2. body returned must accomplish **AccessTokenErr** data structure, with:
* error unsupported_grant_type * title=Bad Request
* error_description=Invalid value for `grant_type` \\(${grant_type}\\), must be one of \\['client_credentials'\\] - 'grant_type' * detail='not_valid' is not one of \\['client_credentials', 'authorization_code'\\] - 'grant_type'
* status=400
## Test Case 25: Retrieve access token with invalid scope ## Test Case 25: Retrieve access token with invalid scope
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment