Aravind Kilaru

Results 1 issues of Aravind Kilaru

Express Gateway app created with no scopes Requested access token via api /oauth2/token Request as follows: ``` curl --location 'http://localhost:9080/oauth2/token' \ --header 'Content-Type: application/x-www-form-urlencoded' \ --data-urlencode 'grant_type=client_credentials' \ --data-urlencode 'client_id=xxxxxxx-dad7-4af4-xxxx-230f296857f8'...